7ea463ed08
保留 SpacetimeDB 历史表、迁移白名单与最小兼容读取定义 移除旧创作前后端、worker、业务过程及纯业务 crate 的编译依赖 恢复现役创作、项目、我的入口及桌面移动导航 收紧 Vite、TypeScript、ESLint、Vitest 与静态资源退役边界 补齐开发栈、网关、原生壳和文档退役约束
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"pages": [
|
|
"pages/web-view/index",
|
|
"pages/share-grid/index",
|
|
"pages/wechat-pay/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"
|
|
}
|