Skip to content

Commit 876a93d

Browse files
authored
Docs: zh_CN: Sync metamodules.md in en docs (#323)
* Docs: zh_CN: Sync metamodules.md in en docs * Docs: zh-CN: Fix typo
1 parent b5170dc commit 876a93d

3 files changed

Lines changed: 124 additions & 105 deletions

File tree

docs/.vitepress/locales/zh_CN.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function sidebarGuide() {
3737
{ text: '升级', link: '/zh_CN/update' },
3838
{ text: '救砖', link: '/zh_CN/rescue-bootloop' },
3939
{ text: 'AndroidPatch Module(APM) 开发指南', link: '/zh_CN/apm-guide' },
40+
{ text: '元模块', link: '/zh_CN/meta-module' },
4041
{ text: 'KernelPatch Module(KPM) 使用指南', link: '/zh_CN/kpm-usage-guide' },
4142
{ text: '反馈与帮助', link: '/zh_CN/support' },
4243
{ text: '常见问题解答', link: '/zh_CN/faq' },

docs/zh_CN/meta-module.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 元模块
2+
3+
元模块是 KernelSU 中的一项革命性功能,它将核心模块系统的关键能力从核心转移到可插拔模块中。这种架构转变在保持 KernelSU 稳定性和安全性的同时,为模块生态系统释放了更大的创新潜力。
4+
5+
::: warning 注意:
6+
安装元模块后,您需要重启设备才能继续安装其他模块。
7+
:::
8+
9+
下表提供了当前可用的元模块。
10+
11+
|可用的元模块|
12+
|--|
13+
|[overlayfs](https://github.com/KernelSU-Modules-Repo/meta-overlayfs)|
14+
|[mountify](https://github.com/backslashxx/mountify)|
15+
|[magic mount](https://github.com/7a72/meta-magic_mount)|
16+
|[magic mount rs](https://github.com/Tools-cx-app/meta-magic_mount)|
17+
|[hybrid mount](https://github.com/YuzakiKokuban/meta-hybrid_mount)|

package-lock.json

Lines changed: 106 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)