first commit

This commit is contained in:
2023-09-07 00:56:03 +08:00
commit c0ca154d31
718 changed files with 56107 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
核心SDK使用Typescript开发, 使用js-conditional-compile-loader插件条件编译出微信小程序端, Web网页端使用的js sdk
打包出uniapp使用的sdk:
```bash
yarn unilib # 将会在 dist 目录生成*.js 文件.
```
打包出Web网页端使用的sdk:
```bash
yarn weblib # 将会在 dist 目录生成*.js 文件.
```