Skip to content

Commit 7f15dab

Browse files
Howard20181backslashxx
authored andcommitted
Update doc for zh_CN (tiann#2049)
1 parent 2b6ce22 commit 7f15dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/zh_CN/guide/module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ KernelSU 模块就是一个放置在 `/data/adb/modules` 内且满足如下结
7272
│ │
7373
│ │ *** 自动生成的目录,不要手动创建或者修改! ***
7474
│ │
75-
│ ├── vendor <--- A symlink to $MODID/system/vendor
76-
│ ├── product <--- A symlink to $MODID/system/product
77-
│ ├── system_ext <--- A symlink to $MODID/system/system_ext
75+
│ ├── vendor <--- 如果 /system/vendor 是符号链接且存在,从 $MODID/system/vendor 移动到模块根目录
76+
│ ├── product <--- 如果 /system/product 是符号链接且存在,从 $MODID/system/product 移动到模块根目录
77+
│ ├── system_ext <--- 如果 /system/system_ext 是符号链接且存在,从 $MODID/system/system_ext 移动到模块根目录
7878
│ │
7979
│ │ *** Any additional files / folders are allowed ***
8080
│ │

0 commit comments

Comments
 (0)