ai-clone/frontend-ai/unpackage/dist/build/mp-weixin/app.json

72 lines
2.2 KiB
JSON
Raw Normal View History

2026-03-05 14:29:21 +08:00
{
"pages": [
"pages/index/index",
"pages/plaza/plaza",
"pages/revival/revival",
"pages/revival/revival-original",
"pages/revival/revival-history",
"pages/video-player/video-player",
"pages/video-call/video-call",
"pages/video-call-new/video-call-new",
"pages/history/history",
"pages/phone-call/phone-call",
"pages/login/login",
"pages/register/register",
"pages/forgot-password/forgot-password",
"pages/my-works/my-works",
"pages/settings/settings",
"pages/profile/edit-profile",
"pages/history-record/history-record",
"pages/short-drama/short-drama",
"pages/upload-audio/upload-audio",
"pages/settings/change-password",
"pages/settings/bind-phone",
"pages/settings/privacy-policy",
"pages/settings/user-agreement",
"pages/settings/about",
"pages/settings/complaint",
"pages/customer-service/customer-service",
"pages/video-gen/video-gen",
"pages/admin/model-status"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "时光意境 · AI声音克隆",
"navigationBarBackgroundColor": "#FDF8F2",
"backgroundColor": "#FDF8F2"
},
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#FDF8F2",
"color": "#999999",
"selectedColor": "#8B7355",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/img/tabbar/home.png",
"selectedIconPath": "static/img/tabbar/homeactive.png",
"text": "首页"
},
{
"pagePath": "pages/revival/revival",
"iconPath": "static/img/tabbar/guanzhu.png",
"selectedIconPath": "static/img/tabbar/guanzhuactive.png",
"text": "声音克隆"
},
{
"pagePath": "pages/phone-call/phone-call",
"iconPath": "static/img/tabbar/news.png",
"selectedIconPath": "static/img/tabbar/newsactive.png",
"text": "AI通话"
},
{
"pagePath": "pages/history/history",
"iconPath": "static/img/tabbar/me.png",
"selectedIconPath": "static/img/tabbar/meactive.png",
"text": "我的"
}
]
},
"lazyCodeLoading": "requiredComponents",
"usingComponents": {}
}