3 Star 22 Fork 6

不如摸鱼去 / wot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.minicirc 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
weisheng 提交于 2023-09-02 22:13 . Initial commit
{
"weixin": {
"appid": "微信小程序appid",
"privateKeyPath": "密钥文件相对项目根目录的相对路径,例如 key/private.appid.key",
"projectPath": "微信小程序产物目录,例如 dist/build/mp-weixin"
},
"alipay": {
"appid": "支付宝小程序appid",
"toolId": "支付宝开放平台工具ID",
"privateKey": "私钥文本内容",
"projectPath": "支付宝小程序产物目录,例如 dist/build/mp-alipay",
// 是否版本号自增,配置后忽略 version 字段,建议测试环境开启(支付宝和钉钉小程序不支持上传的版本号小于或等于现有版本号)
"autoincrement": true
},
"dd": {
"appid": "钉钉小程序appid,钉钉开发者后台的 MiniAppId 选项",
"token": "钉钉开发者后台的 API Token",
"projectPath": "钉钉小程序产物目录,例如 dist/build/mp-alipay",
// 是否版本号自增,配置后忽略 version 字段,建议测试环境开启(支付宝和钉钉小程序不支持上传的版本号小于或等于现有版本号)
"autoincrement": true
},
"version": "0.0.1",
"desc": "版本描述"
}
TypeScript
1
https://gitee.com/wot-design-uni/wot-starter.git
git@gitee.com:wot-design-uni/wot-starter.git
wot-design-uni
wot-starter
wot-starter
main

搜索帮助