未验证 提交 33174456 编写于 作者: 打打卡夫卡's avatar 打打卡夫卡 提交者: Gitee

update docs/plugin/uts-plugin.md.

Signed-off-by: 打打卡夫卡's avatar杜庆泉 <zmobs0@163.com>
上级 84f76251
......@@ -100,22 +100,22 @@ package.json的完整文档[详见](uni_modules.md#package.json)
<pre v-pre="" data-lang="">
<code class="lang-" style="padding:0">
uni_modules插件标识
- utssdk
+ app-android //Android平台目录
* index.uts
* config.json //Android原生配置
+ app-ios //ios平台目录
* index.uts
* config.json //ios原生配置
+ web //web平台目录
* index.uts
+ mp-xxx // 其他平台,待实现
- common // 可跨端公用的uts代码。推荐,不强制
- static // 静态资源
- package.json
- index.d.ts // 插件能力声明,非必需
- index.uts // 插件能力实现
┌─utssdk
│ ├─app-android //Android平台目录
│ │ └─index.uts
│ │ └─config.json //Android原生配置
│ ├─app-ios //ios平台目录
│ │ └─index.uts
│ │ └─config.json //ios原生配置
│ ├─web //web平台目录
│ │ └─index.uts
│ └─mp-xxx // 其他平台,待实现
├─common // 可跨端公用的uts代码。推荐,不强制
├─static // 静态资源
├─package.json
├─index.d.ts // 插件能力声明,非必需
└─index.uts // 插件能力实现
</code>
</pre>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册