- App_Store 完成后同样发送钉钉通知:标题改为「【iOS】App_Store 包信息」, 下载链接为 IPA 地址,不带二维码。 - 钉钉 markdown 消息需在正文出现 @手机号 才会真正 @ 到人,故除 at.atMobiles 外同时在正文追加。 - 新增 upload.dingtalk.at_mobiles(Ad_Hoc)与 at_mobiles_app_store(App_Store) 两份名单,按 BUILD_TYPE 选用;配置页「钉钉通知」区新增两个输入框。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YZULZ8fkiaiJrxqf318xTn
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"apps": {
|
|
"1": {
|
|
"name": "示例应用",
|
|
"server": "测试环境",
|
|
"API": "https://api3-dev.example.com",
|
|
"AppGuid": "00000000-0000-0000-0000-000000000000",
|
|
"AssDom": "applinks:dev-data1.example.com",
|
|
"UniversalLink": "https://dev-data1.example.com",
|
|
"upload_key": "example_app",
|
|
"tencent": "",
|
|
"weixinlogin": "",
|
|
"weixinpay": "",
|
|
"wxworkSchema": "",
|
|
"skins": ["default.zip"],
|
|
"certificates": {
|
|
"Ad_Hoc": {
|
|
"name": "com.example.app",
|
|
"cer": "证书名称或标识",
|
|
"pro": "描述文件名称",
|
|
"theme": "default"
|
|
},
|
|
"App_Store": {
|
|
"name": "com.example.app",
|
|
"cer": "证书名称或标识",
|
|
"pro": "描述文件名称",
|
|
"theme": "default"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"schemes": {
|
|
"1": { "name": "readoor31", "ossFloder": "readoor" }
|
|
},
|
|
"servers": {
|
|
"测试环境": {
|
|
"api": "https://api3-dev.example.com",
|
|
"assDom": "applinks:dev-data1.example.com",
|
|
"universalLink": "https://dev-data1.example.com",
|
|
"app_id_prefix": 1
|
|
},
|
|
"正式环境": {
|
|
"api": "https://api3.example.com",
|
|
"assDom": "applinks:data1.example.com",
|
|
"universalLink": "https://data1.example.com",
|
|
"app_id_prefix": 2
|
|
}
|
|
},
|
|
"next_app_id_prefix": 3,
|
|
"branches": ["master", "develop"],
|
|
"upload": {
|
|
"mode": "webdav",
|
|
"oss": {
|
|
"access_key_id": "",
|
|
"access_key_secret": "",
|
|
"endpoint": "",
|
|
"bucket_name": "",
|
|
"base_url": ""
|
|
},
|
|
"webdav": {
|
|
"server_url": "",
|
|
"username": "",
|
|
"password": "",
|
|
"base_path": "",
|
|
"public_url": ""
|
|
},
|
|
"dingtalk": {
|
|
"enabled": false,
|
|
"webhook_url": "",
|
|
"secret": "",
|
|
"at_mobiles": [],
|
|
"at_mobiles_app_store": []
|
|
}
|
|
},
|
|
"versions": {
|
|
"tracks": {
|
|
"release": { "app_ver": "2.180.0", "build_map": {} },
|
|
"feature": { "app_ver": "2.180.0", "build_map": {} }
|
|
}
|
|
},
|
|
"branch_track": { "master": "release", "develop": "release" }
|
|
}
|