IOS-INFO-020 P0 | 首页继续学习 API 替换硬编码 【审计: 致命F3】 #105
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
当前使用硬编码 continueSession(kbTitle, elapsed)。替换为 GET /learning/continue。有数据→继续学习卡片。无数据→空状态。失败→降级。依赖 API-INFO-017。
M-IOS-INFO v3 里程碑 issue。
完成报告
F3 修复
ActivityViewModel+AnalysisHomeView— 接入GET /learning/continue:1. ViewModel — 加载时查询继续学习数据:
2. UI — 分析页顶部显示"继续阅读"卡片:
行为: 有数据→点击直接进入阅读页;无数据(type=none)→不显示卡片;API 失败→静默降级