aboutsummaryrefslogtreecommitdiff
path: root/docs/_zh_CN/pages/1-intro.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-05 21:08:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-05 21:08:07 +0800
commitd3b4027f5926569cb9371b2ea62b6be9387ea650 (patch)
treed6c9de16cea03253273ad7c89eadc401e5e105b2 /docs/_zh_CN/pages/1-intro.md
parent97853f47489ab58b63e08854f579ae776e5a2d1f (diff)
Add example pages and sync-examples tool for docs
Diffstat (limited to 'docs/_zh_CN/pages/1-intro.md')
-rw-r--r--docs/_zh_CN/pages/1-intro.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/_zh_CN/pages/1-intro.md b/docs/_zh_CN/pages/1-intro.md
index eea766b..8c5472d 100644
--- a/docs/_zh_CN/pages/1-intro.md
+++ b/docs/_zh_CN/pages/1-intro.md
@@ -11,22 +11,6 @@
若您在使用过程中遇到任何问题,欢迎提交 [Issue](https://github.com/catilgrass/mingling/issues),我们乐意解决。
-<div style="display: flex; gap: 16px; padding: 8px; align-items: stretch; max-width: 90%;">
- <div style="flex-shrink: 0; display: flex; align-items: center;">
- <a href="https://github.com/catilgrass/mingling" target="_blank">
- <img src="../res/pixel_icon_core_1024.png" style="height: 120px; object-fit: contain; padding: 8px;" />
- </a>
- </div>
- <div style="display: flex; flex-direction: column; justify-content: flex-start;">
- <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">
- <a href="https://github.com/catilgrass/mingling" target="_blank" style="text-decoration: none; color: inherit;">Mingling - Github</a>
- </div>
- <div style="color: #555;">
- A Rust CLI framework for many subcmds & complex workflows, reduces boilerplate via proc macros, focus on biz logic
- </div>
- </div>
-</div>
-
## Mingling 是什么?
**Mingling** 是一款 Rust 命令行开发框架,更准确地说,它是一款在调度、执行、渲染等方面提供高度抽象的框架。