- miniprogram/config.js: BASE_URL 指向 http://192.227.237.8:3001 - 动作标题中文化(nameZh),搜索匹配 name/nameZh/nameEn - 新增计划/收藏/我的 等页面与组件 - 后端 Docker 化(Dockerfile/.dockerignore)与翻译脚本 - .gitignore 补充 .DS_Store
26 lines
673 B
JSON
26 lines
673 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/category/category",
|
|
"pages/recommend/recommend",
|
|
"pages/detail/detail",
|
|
"pages/collection/collection",
|
|
"pages/collection-detail/collection-detail",
|
|
"pages/search/search",
|
|
"pages/profile/profile",
|
|
"pages/favorites/favorites",
|
|
"pages/my-plans/my-plans",
|
|
"pages/plan-edit/plan-edit",
|
|
"pages/plan-detail/plan-detail",
|
|
"pages/plan-favorites/plan-favorites"
|
|
],
|
|
"window": {
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#0E1110",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "FITCOACH"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|