From f65f83d14ba9322d85e0df65926087e75f7b3241 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 30 Aug 2022 15:57:49 +0800 Subject: [PATCH] update: docs --- docs/plugin/uni_modules.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/plugin/uni_modules.md b/docs/plugin/uni_modules.md index 6be039670..317cc116f 100644 --- a/docs/plugin/uni_modules.md +++ b/docs/plugin/uni_modules.md @@ -39,8 +39,7 @@ 此时`uni_modules`目录下的目录结构和uni-app的项目结构是一致的,如下: -
-
+```md
uni_modules 项目根目录下
└── [plugin_id] // 插件 ID
├── uniCloud 插件内的uniCloud内容会被虚拟合并到项目根目录的uniCloud中(注意:插件内的uniCloud目录,没有-aliyun,-tcb后缀)
@@ -54,8 +53,7 @@ uni_modules 项目根目录下
├── readme.md 插件文档
├── changelog.md 插件更新日志
├── menu.json 如果是uniCloud admin插件,可以通过menu.json注册动态菜单,详见 menu.json 配置
-
-
+```
也就是`uni_modules`目录下相当于复制一遍uni-app的项目结构。
--
GitLab