新增小程序原生订阅消息授权页,在用户点击后请求生成结果通知授权。 拼图 compile_puzzle_draft 前等待授权页返回或跳过后再发起生成 action。 移除 web-view message 订阅授权路径,改用 storage/hash 回写订阅结果。 补充订阅授权测试、文档和团队踩坑记录。
24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"pages": [
|
|
"pages/web-view/index",
|
|
"pages/wechat-pay/index",
|
|
"pages/subscribe-message/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "陶泥儿",
|
|
"navigationBarBackgroundColor": "#0b0f14",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#0b0f14",
|
|
"backgroundTextStyle": "light"
|
|
},
|
|
"networkTimeout": {
|
|
"request": 60000,
|
|
"connectSocket": 60000,
|
|
"uploadFile": 60000,
|
|
"downloadFile": 60000
|
|
},
|
|
"permission": {},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|