Files
Abin c363e18fc2 功能新增
添加个人页面信息
添加二维码图片
添加好友分享按钮
2026-01-13 17:54:41 +08:00

47 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/wode/wode",
"pages/kecheng/kecheng",
"pages/LoginOrOutDetails/LoginOrOutDetails",
"pages/WebPageDetails/WebPageDetails",
"pages/VideoDetails/VideoDetails",
"pages/VideoDetailsPage/VideoDetailsPage",
"pages/IndexNewCourseDetails/IndexNewCourseDetails",
"pages/IndexFreeCourseDetails/IndexFreeCourseDetails",
"pages/SetPasswordCode/SetPasswordCode",
"pages/ChangeUserInfo/ChangeUserInfo"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "叶雷讲数学",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color":"#000",
"selectedColor":"#00aa00",
"borderStyle": "black",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/image/shouye.png",
"selectedIconPath": "static/image/shouye-selected.png"
},
{
"text": "知识",
"pagePath": "pages/kecheng/kecheng",
"iconPath": "static/image/kecheng.png",
"selectedIconPath": "static/image/kecheng-selected.png"
},{
"text": "我的",
"pagePath": "pages/wode/wode",
"iconPath": "static/image/wode.png",
"selectedIconPath": "static/image/wode-selected.png"
}]
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}