Files
CosScene/clients/pages.json
T
2026-05-09 16:40:29 +08:00

229 lines
4.4 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "发现",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/spot/detail",
"style": {
"navigationBarTitleText": "地点详情",
"app-plus": {
"titleNView": {
"buttons": [
{
"type": "menu",
"color": "#1e293b"
}
]
}
}
}
},
{
"path": "pages/spot/create",
"style": {
"navigationBarTitleText": "投稿地点"
}
},
{
"path": "pages/spot/pick-location",
"style": {
"navigationBarTitleText": "选择位置",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/index",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/mine/favorites",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/my-spots",
"style": {
"navigationBarTitleText": "我的投稿",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/points",
"style": {
"navigationBarTitleText": "积分概览",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/profile",
"style": {
"navigationBarTitleText": "编辑资料"
}
},
{
"path": "pages/mine/notifications",
"style": {
"navigationBarTitleText": "消息通知",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/settings",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "用户主页"
}
},
{
"path": "pages/spot/edit",
"style": {
"navigationBarTitleText": "编辑取景地"
}
},
{
"path": "pages/activity/index",
"style": {
"navigationBarTitleText": "活动",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shooting/index",
"style": {
"navigationBarTitleText": "约拍广场",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shooting/detail",
"style": {
"navigationBarTitleText": "约拍详情"
}
},
{
"path": "pages/shooting/create",
"style": {
"navigationBarTitleText": "发布约拍"
}
},
{
"path": "pages/shooting/mine",
"style": {
"navigationBarTitleText": "我的约拍",
"enablePullDownRefresh": true
}
},
{
"path": "pages/event/index",
"style": {
"navigationBarTitleText": "活动",
"enablePullDownRefresh": true
}
},
{
"path": "pages/event/detail",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "pages/event/create",
"style": {
"navigationBarTitleText": "发布活动"
}
},
{
"path": "pages/event/mine",
"style": {
"navigationBarTitleText": "我的活动",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/membership",
"style": {
"navigationBarTitleText": "会员中心"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "次元取景器",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f6fa"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#6366f1",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "发现",
"iconPath": "static/tab/discover.png",
"selectedIconPath": "static/tab/discover-active.png"
},
{
"pagePath": "pages/activity/index",
"text": "活动",
"iconPath": "static/tab/discover.png",
"selectedIconPath": "static/tab/discover-active.png"
},
{
"pagePath": "pages/spot/create",
"text": "投稿",
"iconPath": "static/tab/upload.png",
"selectedIconPath": "static/tab/upload-active.png"
},
{
"pagePath": "pages/mine/notifications",
"text": "消息",
"iconPath": "static/tab/mine.png",
"selectedIconPath": "static/tab/mine-active.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "static/tab/mine.png",
"selectedIconPath": "static/tab/mine-active.png"
}
]
},
"uniIdRouter": {}
}