d3a3e9ad1e
- mine 页「我的帖子」入口随社区下线隐藏(代码注释保留,恢复社区时解开) - 新增 pages/agreement:一页两用(type=user/privacy),含完整协议/政策文案 - 设置页新增「用户协议」「隐私政策」两个入口 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/onboarding/onboarding",
|
|
"pages/home/home",
|
|
"pages/plan/plan",
|
|
"pages/record/record",
|
|
"pages/addrecord/addrecord",
|
|
"pages/history/history",
|
|
"pages/expense/expense",
|
|
"pages/petform/petform",
|
|
"pages/idcard/idcard",
|
|
"pages/report/report",
|
|
"pages/community/community",
|
|
"pages/comments/comments",
|
|
"pages/learn/learn",
|
|
"pages/article/article",
|
|
"pages/mine/mine",
|
|
"pages/decorate/decorate",
|
|
"pages/settings/settings",
|
|
"pages/agreement/agreement",
|
|
"pages/user/user",
|
|
"pages/relations/relations"
|
|
],
|
|
"window": {
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#F8F6F2",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#8D8277",
|
|
"selectedColor": "#DD8420",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/report/report",
|
|
"text": "报告"
|
|
},
|
|
{
|
|
"pagePath": "pages/community/community",
|
|
"text": "社区"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2"
|
|
}
|