6 Star 0 Fork 0

善泽四方 / Sincerely Roll call back

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
善泽四方 提交于 2020-12-21 17:28 . test
{
"pages": [
"pages/index/index",
"pages/student/indexstudent",
"pages/student/student",
"pages/child/createclass",
"pages/view/teacherview",
"pages/view/studentview",
"pages/gps/teachergps",
"pages/gps/studentgps"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ccc",
"navigationBarTitleText": "至诚点名 test",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/student/indexstudent",
"text": "班级",
"iconPath": "images/app.png",
"selectedIconPath": "images/app-h.png"
},
{
"pagePath": "pages/student/student",
"text": "我的",
"iconPath": "images/person.png",
"selectedIconPath": "images/person-h.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json",
"style": "v2"
}
JavaScript
1
https://gitee.com/W32ZE/sincerely-roll-call-back.git
git@gitee.com:W32ZE/sincerely-roll-call-back.git
W32ZE
sincerely-roll-call-back
Sincerely Roll call back
master

搜索帮助