You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

204 lines
5.8 KiB

3 months ago
{
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "S-lake高校雷达网"
}
},
{
"path": "pages/courses/index",
"style": {
"navigationBarTitleText": "课程学习",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/activities/index",
"style": {
"navigationBarTitleText": "活动参与",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/discover/index",
"style": {
"navigationBarTitleText": "发现",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/profile/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [
{
"root": "subpkg",
"pages": [
{
"path": "login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "profile-edit/index",
"style": {
"navigationBarTitleText": "个人资料",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "course-detail/index",
"style": {
"navigationBarTitleText": "课程详情",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "my-courses/index",
"style": {
"navigationBarTitleText": "我的课程",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "calendar/index",
"style": {
"navigationBarTitleText": "课程日历",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "activity-detail/index",
"style": {
"navigationBarTitleText": "活动详情",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "my-activities/index",
"style": {
"navigationBarTitleText": "我的活动",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "activity-calendar/index",
"style": {
"navigationBarTitleText": "活动日历",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "news-detail/index",
"style": {
"navigationBarTitleText": "资讯详情",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "demands/index",
"style": {
"navigationBarTitleText": "伙伴需求",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "demand-create/index",
"style": {
"navigationBarTitleText": "发布需求",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "checkin/index",
"style": {
"navigationBarTitleText": "扫码签到",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
},
{
"path": "about/index",
"style": {
"navigationBarTitleText": "关于我们",
"navigationBarBackgroundColor": "#b11e23",
"navigationBarTextStyle": "white"
}
}
]
}
],
"tabBar": {
"color": "#6b7280",
"selectedColor": "#b11e23",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "static/tab/home.png",
"selectedIconPath": "static/tab/home-active.png"
},
{
"pagePath": "pages/courses/index",
"text": "课程学习",
"iconPath": "static/tab/courses.png",
"selectedIconPath": "static/tab/courses-active.png"
},
{
"pagePath": "pages/activities/index",
"text": "活动参与",
"iconPath": "static/tab/activities.png",
"selectedIconPath": "static/tab/activities-active.png"
},
{
"pagePath": "pages/discover/index",
"text": "发现",
"iconPath": "static/tab/discover.png",
"selectedIconPath": "static/tab/discover-active.png"
},
{
"pagePath": "pages/profile/index",
"text": "我的",
"iconPath": "static/tab/profile.png",
"selectedIconPath": "static/tab/profile-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "S-lake高校雷达网",
"navigationBarBackgroundColor": "#b11e23",
"backgroundColor": "#f5f6f8"
}
}