Files
zhangxiang 810081ac0a feat: 小程序端 UI 优化与纯客户端化改造
- 移除微信订阅推送功能(云函数/订阅管理页),回归纯客户端零后端架构
- 新增今日黄历默认展示卡片 TodayAlmanacCard(9 语言翻译)
- i18n 修复:启用 globalInjection 修复 $t 未注入,插值消息全部改为
  Messages Functions 适配小程序端(63 处)
- 修复底部导航切换失效与运势页数据不刷新
- 统一设计令牌(深褐主色 + 印红强调色),组件 UI 规范重构
- 图标 iconfont 化(FontAwesome 子集化,修复 Android 豆腐块)
- 新增 postcss-px2rpx 机型自适应(仅 mp-weixin 构建生效)
- 新增 5 个用户旅程 E2E 测试(31 用例)与验收报告
- 补充微信小程序项目配置(appid)
2026-08-28 07:51:02 +08:00

99 lines
2.5 KiB
JSON

{
"base": "http://localhost:5175",
"generatedAt": "2026-08-19T01:59:54.148Z",
"passAll": true,
"report": [
{
"page": "01-almanac-search",
"path": "/pages/almanac-search/index",
"checks": [
{
"label": "关键词 /今日黄历|Today/",
"pass": true
},
{
"label": "关键词 /宜|Suitable/",
"pass": true
},
{
"label": "关键词 /忌|Unsuitable/",
"pass": true
},
{
"label": "关键词 /搜索天数|Search Days/",
"pass": true
},
{
"label": "关键词 /搜索模板|Template/",
"pass": true
},
{
"label": "class .today-almanac",
"pass": true
},
{
"label": "class .template-panel",
"pass": true
},
{
"label": "class .search-condition-panel",
"pass": true
},
{
"label": "class .bottom-navigation",
"pass": true
}
],
"screenshot": "/Users/zhangxiang/Codes/Novalon/everything-is-suitable/docs/reports/screenshots/01-almanac-search.png"
},
{
"page": "02-ziwei",
"path": "/pages/ziwei/index",
"checks": [
{
"label": "关键词 /紫微斗数|Zi Wei Dou Shu/",
"pass": true
},
{
"label": "关键词 /出生信息|Birth Info/",
"pass": true
},
{
"label": "关键词 /排盘|Chart/",
"pass": true
},
{
"label": "class .bottom-navigation",
"pass": true
}
],
"screenshot": "/Users/zhangxiang/Codes/Novalon/everything-is-suitable/docs/reports/screenshots/02-ziwei.png"
},
{
"page": "03-fortune",
"path": "/pages/fortune/index",
"checks": [
{
"label": "关键词 /运势|Fortune/",
"pass": true
},
{
"label": "class .bottom-navigation",
"pass": true
}
],
"screenshot": "/Users/zhangxiang/Codes/Novalon/everything-is-suitable/docs/reports/screenshots/03-fortune.png"
},
{
"page": "04-push-subscription",
"path": "/pages/push-subscription/index",
"checks": [
{
"label": "关键词 /订阅|Subscription/",
"pass": true
}
],
"screenshot": "/Users/zhangxiang/Codes/Novalon/everything-is-suitable/docs/reports/screenshots/04-push-subscription.png"
}
]
}