aboutsummaryrefslogtreecommitdiff
path: root/docs/_zh_CN/pages/1-getting-started.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-03 00:27:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-03 00:28:29 +0800
commit3668b49c0d3423f1d5d10bb6b4a0e0e7b61f2046 (patch)
treeb006a40678f68c3d9c53a9035ca251596701ecef /docs/_zh_CN/pages/1-getting-started.md
parenteaf1ce9fa63e364774a4685b777cacdbb4f63df6 (diff)
docs: Add preset feature groups and improve feature docs
Add convenience presets (`mini`, `advanced`, `full`, `build_advanced`, `build_full`) to `mingling/Cargo.toml` and document them in both English and Chinese feature docs. Update getting-started guides to reflect the new default `core`/`macros` features.
Diffstat (limited to 'docs/_zh_CN/pages/1-getting-started.md')
-rw-r--r--docs/_zh_CN/pages/1-getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_zh_CN/pages/1-getting-started.md b/docs/_zh_CN/pages/1-getting-started.md
index 84870b2..2fca931 100644
--- a/docs/_zh_CN/pages/1-getting-started.md
+++ b/docs/_zh_CN/pages/1-getting-started.md
@@ -19,7 +19,7 @@ features = []
## 启用特性
-**Mingling** 默认所有特性关闭,且不提供类似 `full` 的全开特性。
+**Mingling** 默认只启用 `core` 和 `macros`,其余部分需要按需启用
因为部分特性会 **直接影响整个生命周期的行为**,需要你按需启用,例如: