2 Star 0 Fork 0

Tngtion/卓育小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
Tngtion 提交于 2023-09-01 18:44 . first commit
{
"pages": [
"pages/index/index",
"pages/edit_info/edit_info",
"pages/course/course",
"pages/course_state/course_state",
"pages/course_state_detail/course_state_detail",
"pages/association/association",
"pages/association_detail/association_detail",
"pages/course_detail/course_detail",
"pages/add_comment/add_comment",
"pages/add_state/add_state",
"pages/comment/comment",
"pages/user/user",
"pages/feedback/feedback",
"pages/student_course_normal/student_course_normal",
"pages/student_course_interest/student_course_interest",
"pages/student_course_attendance/student_course_attendance",
"pages/teacher_course_normal/teacher_course_normal",
"pages/teacher_course_interest/teacher_course_interest",
"pages/teacher_course_attendance/teacher_course_attendance",
"pages/classmaster_attendance/classmaster_attendance",
"pages/schoolmaster_attendance/schoolmaster_attendance",
"pages/classmaster_student/classmaster_student",
"pages/schoolmaster_student/schoolmaster_student",
"pages/bind/bind",
"pages/schoolmaster_class/schoolmaster_class"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "卓腾云",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#A1A1A1",
"selectedColor": "#313132",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home_notselect.png",
"selectedIconPath": "images/home_select.png"
},
{
"pagePath": "pages/course/course",
"text": "选课",
"iconPath": "images/course_notselect.png",
"selectedIconPath": "images/course_select.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "images/me_notselect.png",
"selectedIconPath": "images/me_select.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "请点击确定"
}
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Tngtion/zhuoyu-wechat.git
git@gitee.com:Tngtion/zhuoyu-wechat.git
Tngtion
zhuoyu-wechat
卓育小程序
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385