• Joined on 2026-05-02
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:24:25 +08:00
5c1cb556b9 feat(ios): 设置/消息/搜索图标替换为自定义 SVG
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:19:44 +08:00
791b863a0e fix(ios): 修正三个 Tab 图标对应关系
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:17:31 +08:00
371f00772a feat(ios): 底部导航栏 4 个 Tab 全部替换为自定义双色图标
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:14:50 +08:00
9ce69f3ddb feat(ios): 学习 Tab 图标双色方案(默认黑+灰 / 激活蓝+浅蓝)
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:07:24 +08:00
e254db0ba4 fix(ios): togglePin 改用 APIClient.request 替代不存在的 .post
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:06:37 +08:00
d1b3ac160a fix(ios): QuizGenerateRequest Codable 替代 [String: Any]
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:05:54 +08:00
9dfc1e1954 fix(ios): AIMessage 调用补全 citations 参数
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:04:39 +08:00
98d6d0dc7b fix(ios): ProfileViewModel @Published 多变量拆分为独立行
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:03:30 +08:00
7193dca877 fix(ios): AnalysisHomeView 括号结构修复
wangdl pushed to main at wangdl/ios-projects 2026-05-30 09:01:03 +08:00
4d900dfec6 feat(ios): 自定义图标体系 + 学习 Tab 图标替换
wangdl pushed to main at wangdl/ios-projects 2026-05-30 08:51:03 +08:00
850e38d1a4 feat(ios): M2-04 测验入口(KB详情页 + 学习首页快捷操作)
wangdl pushed to main at wangdl/ios-projects 2026-05-30 08:50:26 +08:00
bac51224e2 feat(ios): M2 测验模块全部 4 个 issue
wangdl pushed to main at wangdl/ios-projects 2026-05-30 08:47:21 +08:00
c7b8360ff6 fix(ios): M1 审查修复 3 个 Bug
wangdl pushed to main at wangdl/ios-projects 2026-05-30 08:44:02 +08:00
26610c1baa fix(ios): ChatCitation 字段对齐后端(excerptText 替代 content)
wangdl pushed to main at wangdl/api-server 2026-05-30 08:42:08 +08:00
d7a7611b36 fix: ChatCitation 字段 + BigInt 类型修复
wangdl commented on issue wangdl/api-server#57 2026-05-29 20:05:01 +08:00
H0-12 Quiz 模型与API

H0-12 修复完成

新增表

wangdl pushed to main at wangdl/api-server 2026-05-29 20:04:44 +08:00
b90387dd51 fix: User 补充 Quiz 反向关联
wangdl pushed to main at wangdl/api-server 2026-05-29 20:04:15 +08:00
a1a4b26444 fix: User + KnowledgeBase 补充 Quiz 反向关联
wangdl pushed to main at wangdl/api-server 2026-05-29 20:03:42 +08:00
6033fbc997 feat: H0-12 Quiz 模型与 API
wangdl opened issue wangdl/api-server#58 2026-05-29 19:58:06 +08:00
H0-113 Quiz 题目生成引擎