feat(miniprogram): AI 报告查看 — 列表页/详情页/首页入口
Some checks failed
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled

- AI 分析 API service (ai-analysis.ts)
- 报告列表页: 滚动加载 + 状态标签 + 点击详情
- 报告详情页: Markdown 转 HTML + RichText 渲染
- app.config.ts 注册路由
- 首页添加 AI 报告快捷入口
This commit is contained in:
iven
2026-04-25 23:53:01 +08:00
parent 5621dbe273
commit 98de5ad3b9
7 changed files with 335 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ export default function Index() {
{ label: '健康录入', icon: '📊', path: '/pages/health/input/index' },
{ label: '健康趋势', icon: '📈', path: '/pages/health/trend/index' },
{ label: '资讯文章', icon: '📰', path: '/pages/article/index' },
{ label: 'AI 报告', icon: '🤖', path: '/pages/ai-report/list/index' },
];
const handleServiceClick = (path: string) => {