当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
Kit 提交于 2019-03-21 09:08 . Add files via upload
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/logs/logs",
"pages/page/page",
"pages/list/list",
"pages/topic/topic",
"pages/readlog/readlog",
"pages/hot/hot",
"pages/webpage/webpage",
"pages/comments/comments",
"pages/social/social"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "猫小镇 - 在路上",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#9BABBA",
"selectedColor": "#495056",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tar-home.png",
"selectedIconPath": "images/tar-home-on.png",
"text": "首页"
},
{
"pagePath": "pages/hot/hot",
"iconPath": "images/ranking.png",
"selectedIconPath": "images/ranking-on.png",
"text": "栏目"
},
{
"pagePath": "pages/topic/topic",
"iconPath": "images/zt.png",
"selectedIconPath": "images/zt-on.png",
"text": "专题"
},
{
"pagePath": "pages/readlog/readlog",
"iconPath": "images/tar-person.png",
"selectedIconPath": "images/tar-person-on.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"navigateToMiniProgramAppIdList": [
"wx637f964549aa452a"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化