加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
2669072443@qq.com 提交于 2022-03-12 22:00 . Initial Commit
{
"pages": [
"pages/welcome/welcome",
"pages/history/history",
"pages/appointment/appointment",
"components/Calendar/Calendar",
"pages/caretaker/caretaker",
"components/approved/approved",
"components/unapproved/unapproved",
"pages/middle/middle",
"pages/authorizations/authorizations"
],
"window": {
"backgroundColor": "#d3c6c9",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#d3c6c9",
"navigationBarTitleText": "仿真中心预约系统",
"navigationBarTextStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"borderStyle": "black",
"selectedColor": "#6ec0cc",
"list": [
{
"pagePath": "pages/appointment/appointment",
"text": "在线预约",
"iconPath": "img/icon/yy.png",
"selectedIconPath": "img/icon/yy1.png"
},
{
"pagePath": "pages/history/history",
"text": "预约记录",
"iconPath": "img/icon/ls.png",
"selectedIconPath": "img/icon/ls1.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化