- 新增 sys_config 表,存储应用版本号、标语、描述 - 关于小菜弹窗版本号改为从数据库动态获取 - 用户表新增 slogan 字段(个性签名) - 编辑资料页面支持修改签名 - 管理后台新增系统配置管理页面 - 更新 CLAUDE.md 文档
169 lines
4.0 KiB
JSON
169 lines
4.0 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "小菜记账",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/add/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "记一笔"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/stats/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "统计分析",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/bills/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "全部账单",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/category-manage/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "分类管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/budget/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "预算设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile-edit/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/group-manage/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "一起记"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/notifications/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "通知中心",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admin/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "管理后台"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admin/users",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "用户管理",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admin/notifications",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "公告管理",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/privacy/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "隐私政策"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/feedback/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "意见反馈"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admin/feedback",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "反馈管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admin/config",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "系统配置"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "小菜记账",
|
|
"navigationBarBackgroundColor": "#FFF8F0",
|
|
"backgroundColor": "#FFF8F0",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"tabBar": {
|
|
"color": "#BFB3B3",
|
|
"selectedColor": "#FF8C69",
|
|
"backgroundColor": "#FFF8F0",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/icons/home.png",
|
|
"selectedIconPath": "static/icons/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/stats/index",
|
|
"text": "统计",
|
|
"iconPath": "static/icons/chart.png",
|
|
"selectedIconPath": "static/icons/chart-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/bills/index",
|
|
"text": "账单",
|
|
"iconPath": "static/icons/bill.png",
|
|
"selectedIconPath": "static/icons/bill-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "static/icons/user.png",
|
|
"selectedIconPath": "static/icons/user-active.png"
|
|
}
|
|
]
|
|
}
|
|
}
|