加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
{
"lazyCodeLoading": "requiredComponents",
"pages": [
"pages/home/index",
"pages/user-center/index",
"pages/login/index",
"pages/web-view/index"
],
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#d33b42",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/user-center/index",
"text": "我的"
}
]
},
"usingComponents": {
"t-icon": "tdesign-miniprogram/icon/icon"
},
"subPackages": [
{
"root": "package-charts",
"pages": [
"pages/chart-demo/index"
]
},
{
"root": "package-demo",
"pages": [
"pages/interaction-demo/index",
"pages/water-mark-demo/index",
"pages/component-demo/index",
"pages/signature-demo/index",
"pages/calendar-demo/index"
]
}
],
"plugins": {},
"window": {
"backgroundTextStyle": "light",
"backgroundColor": "#f3f5f8",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "MP-Template",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于小程序的定位服务"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"networkTimeout": {
"request": 30000,
"connectSocket": 30000,
"uploadFile": 30000,
"downloadFile": 30000
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化