194 lines
4.5 KiB
JSON
194 lines
4.5 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/pets/pets",
|
|
"style": {
|
|
"navigationBarTitleText": "宠物管家",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/assistant/assistant",
|
|
"style": {
|
|
"navigationBarTitleText": "AI助手",
|
|
"navigationBarBackgroundColor": "#64B5F6",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/assistant/knowledge",
|
|
"style": {
|
|
"navigationBarTitleText": "宠物知识库",
|
|
"navigationBarBackgroundColor": "#81C784",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/adoption/adoption",
|
|
"style": {
|
|
"navigationBarTitleText": "领养专区",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/pet-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "宠物详情",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-pet",
|
|
"style": {
|
|
"navigationBarTitleText": "添加宠物",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-record",
|
|
"style": {
|
|
"navigationBarTitleText": "添加记录",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/pets/pet-chat-simple",
|
|
"style": {
|
|
"navigationBarTitleText": "宠物会话",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-record-enhanced",
|
|
"style": {
|
|
"navigationBarTitleText": "添加记录",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-record-simple",
|
|
"style": {
|
|
"navigationBarTitleText": "添加记录",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/select-record-type",
|
|
"style": {
|
|
"navigationBarTitleText": "选择记录类型",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-record-form",
|
|
"style": {
|
|
"navigationBarTitleText": "添加记录",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/pet-records",
|
|
"style": {
|
|
"navigationBarTitleText": "宠物记录",
|
|
"navigationBarBackgroundColor": "#FF8A80",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/pet-timeline",
|
|
"style": {
|
|
"navigationBarTitleText": "成长时光",
|
|
"navigationBarBackgroundColor": "#FFB74D",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/health-charts",
|
|
"style": {
|
|
"navigationBarTitleText": "健康档案",
|
|
"navigationBarBackgroundColor": "#81C784",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/pet-personality",
|
|
"style": {
|
|
"navigationBarTitleText": "性格预设",
|
|
"navigationBarBackgroundColor": "#64B5F6",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "宠爱小程序",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#f8f9fa"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui-next/components/u-$1/u-$1.vue"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#ff6b6b",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/pets/pets",
|
|
"text": "宠物",
|
|
"iconPath": "static/tabbar/pets.png",
|
|
"selectedIconPath": "static/tabbar/pets-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/assistant/assistant",
|
|
"text": "助手",
|
|
"iconPath": "static/tabbar/assistant.png",
|
|
"selectedIconPath": "static/tabbar/assistant-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/adoption/adoption",
|
|
"text": "领养",
|
|
"iconPath": "static/tabbar/adoption.png",
|
|
"selectedIconPath": "static/tabbar/adoption-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/profile.png",
|
|
"selectedIconPath": "static/tabbar/profile-active.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|