加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
kinjaze 提交于 2020-10-13 19:53 . 菜鸟单词
{
"pages": [
"pages/login/login",
"pages/battle/battle",
"pages/test/test",
"pages/study/study",
"pages/logs/logs",
"pages/online/online",
"pages/problem/problem",
"pages/index/index",
"pages/search/search",
"pages/jobs/jobs",
"pages/collection/collection",
"pages/bar/bar"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffd459",
"navigationBarTitleText": "菜鸟单词",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#000",
"selectedColor": "#98FB98",
"backgroundColor": "#F5F5F5",
"list": [
{
"pagePath": "pages/study/study",
"text": "首页",
"iconPath": "images/home01.jpg",
"selectedIconPath": "images/home02.jpg"
},
{
"pagePath": "pages/test/test",
"text": "答题",
"iconPath": "images/test.png",
"selectedIconPath": "images/test2.png"
},
{
"pagePath": "pages/index/index",
"text": "我的",
"iconPath": "images/my01.jpg",
"selectedIconPath": "images/my02.jpg"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化