加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
milk 提交于 2022-01-01 23:46 . 调整结构
{
"pages": [
"pages/home/home",
"pages/figure/figure",
"pages/todoList/todoList",
"pages/ranking/ranking",
"pages/setting/setting",
"pages/friend/friend",
"pages/setting/about/about",
"pages/setting/plan/plan",
"pages/setting/clockin/clockin"
],
"usingComponents": {
"cu-custom": "/components/colorui/components/cu-custom",
"loading": "/components/loading/loading"
},
"window": {
"navigationStyle": "custom"
},
"tabBar": {
"color": "#dddddd",
"selectedColor": "#CB4042",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_active.png",
"text": "番茄钟"
},
{
"pagePath": "pages/figure/figure",
"iconPath": "images/figure.png",
"selectedIconPath": "images/figure_active.png",
"text": "统计"
},
{
"pagePath": "pages/todoList/todoList",
"iconPath": "images/log.png",
"selectedIconPath": "images/log_active.png",
"text": "待办"
},
{
"pagePath": "pages/ranking/ranking",
"iconPath": "images/ranking.png",
"selectedIconPath": "images/ranking_active.png",
"text": "排名"
},
{
"pagePath": "pages/setting/setting",
"iconPath": "images/set.png",
"selectedIconPath": "images/set_active.png",
"text": "设置"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化