YD_WeChatApplet/Readme.md
2025-06-06 15:17:30 +08:00

22 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## DEMO的使用说明
[*创建:* 2023-03-19 *修改:* 2025-02-27 *适应插件版本:* v1.5.5+]
### 一、文件结构
```
├── app.json 小程序配置文件,插件引用、分包在此配置
├── utils 主包工具函数存放文件夹
├── pages 主包页面存放文件夹
├── module-sport 运动子包文件夹
│ └── utils 运动子包,工具函数存放文件夹,抽帧工具类存放在此
│ └── sports 运动子包,自定义运动示例存放文件夹
│ └── pages 运动子包,页面存放文件夹
│ └── index.js 子包入口文件,插件初始化在此调用
```
### 二、使用前注意事项
#### 2.1 先执行npm install安装依赖包并构建npm依赖包。
#### 2.3 安装后npm包需要在IDE中点击【工具】>【构建npm】菜单编译成小程序模块。
#### 2.3 在app.json文件中更新自己的小程序appid。
#### 2.4 建议将插件版本调整为最新在app.json中修改。
#### 2.5 部署model.zip文件并更新插件初始中的URL.
#### 2.6 使用Demo前建议通读集成指南、集成系列技术博文`api-docs\index.html`可打开插件API参考文档。