-
cc40d8b364
feat(ios): 创建知识库支持上传封面图
wangdl
2026-05-28 10:43:00 +08:00
-
c021370a82
fix(ios): 选择模式下点击卡片任意位置即可选中/取消
wangdl
2026-05-27 22:52:50 +08:00
-
3f80f9aaf8
fix(ios): 拆分删除知识库和选择知识点按钮,避免误触
wangdl
2026-05-27 22:50:37 +08:00
-
e1bfda0169
feat(ios): 知识点删除 + 批量选择删除
wangdl
2026-05-27 22:47:24 +08:00
-
ed3e587bf0
fix(ios): 文件上传模式隐藏标题,标题仅在手写模式显示
wangdl
2026-05-27 22:29:13 +08:00
-
2b464df7cf
feat(ios): 添加知识点 - 多选文件 + 标题可选 + 每个文件独立知识点
wangdl
2026-05-27 22:26:32 +08:00
-
42b60a21ec
feat(ios): TabBar 隐藏/出现增加平滑动画
wangdl
2026-05-27 22:16:22 +08:00
-
f288421493
fix(ios): 所有子页面隐藏底部 TabBar
wangdl
2026-05-27 22:12:00 +08:00
-
e0998169a1
fix(ios): 修复另一个 LinearGradient/Color 三元表达式类型不匹配
wangdl
2026-05-27 22:07:37 +08:00
-
2dac206b39
fix(ios): LibrarySubpages.swift 缺少 PhotosUI 和 UniformTypeIdentifiers import
wangdl
2026-05-27 22:06:46 +08:00
-
fe7aae7c27
feat(ios): AddKnowledgePage 支持文件上传(md/txt/pdf/图片)
wangdl
2026-05-27 22:05:33 +08:00
-
0860d7b8c2
fix(ios): 修正文件确认上传路径 confirm-upload → complete
wangdl
2026-05-27 21:55:23 +08:00
-
1a88aaeecb
feat(ios): 头像上传功能接入 COS
wangdl
2026-05-27 21:44:07 +08:00
-
942c3e8454
fix(ios): 修复三元表达式 Color/LinearGradient 类型不匹配
wangdl
2026-05-27 21:34:25 +08:00
-
e80f8af79b
feat(ios): 知识库详情页 - toolbar 按钮 + 删除功能
wangdl
2026-05-27 21:33:36 +08:00
-
f90f90ee41
fix(ios): 创建知识库页面 - 创建后自动返回 + 成功/失败反馈
wangdl
2026-05-27 21:28:40 +08:00
-
9aa9fd76c7
fix(ios): 知识库页面优化 - 去掉中间创建按钮,右上角+改为创建
wangdl
2026-05-27 21:24:44 +08:00
-
e4132dd1c3
fix(ios): 修复顶部导航栏间距过大问题
wangdl
2026-05-27 21:20:49 +08:00
-
49bebad402
fix(ios): APIClient 401 错误码传递到 AuthManager,完成错误码分支闭环
wangdl
2026-05-27 21:13:15 +08:00
-
539b9a7d2b
feat(ios): AppSession 状态枚举接入路由 + TabBar 精简 + authorizationCode
wangdl
2026-05-27 21:08:11 +08:00
-
0f8e542b2a
fix(ios): Apple登录nonce+401透传+DesignSystem v2.0+AIHomePage重设计
wangdl
2026-05-27 20:23:01 +08:00
-
abf2cb8efa
chore: remove old React prototype, switching to native iOS
WangDL
2026-05-25 17:00:44 +08:00
-
b3ad86a8f3
revert: remove Agent View config from README and delete AI_IOS_WORKSPACE
WangDL
2026-05-20 13:38:00 +08:00
-
42f7a0fe3c
docs: add AI iOS workspace template and For AI Agents section to README
WangDL
2026-05-20 10:58:21 +08:00
-
90e4e2b2e6
docs: update README with current page list, project structure, and fix changelog
WangDL
2026-05-19 15:24:44 +08:00
-
a05dd09902
refactor(ios): migrate NavigationLink to value-based routing, add Dynamic Type support, fix gesture conflicts
WangDL
2026-05-19 15:21:36 +08:00
-
9a4b4afaf4
fix: add missing animations to progress rings, bars, and charts in learning views
WangDL
2026-05-18 15:59:31 +08:00
-
8c486c73ae
fix: change API base URL to https://longde.cloud/api to match nginx proxy
WangDL
2026-05-18 15:44:29 +08:00
-
be7fca5305
fix: resolve 3 compilation errors
WangDL
2026-05-18 11:35:23 +08:00
-
89d89e542c
feat(ios): P2 动效补充 + 无障碍适配
WangDL
2026-05-17 22:31:24 +08:00
-
b182203464
fix(ios): APIClient 兼容有无 ResponseInterceptor 两种响应格式
WangDL
2026-05-17 19:42:17 +08:00
-
5e19bd740e
feat(ios): 鉴权系统完善 + 前后端打通 + 模型对齐 + ViewModel 创建
WangDL
2026-05-17 19:06:23 +08:00
-
dc4ad424e2
switch API to HTTPS api.longde.cloud, remove NSAllowsArbitraryLoads, migrate docs to startup-plan
WangDL
2026-05-15 17:30:27 +08:00
-
d7e57dcebc
chore: 同步 xcodeproj 和 LearningSessionView 改动
WangDL
2026-05-13 15:59:32 +08:00
-
a96d6cb159
feat(ios): 补全页面跳转、浅色模式、3个新页面
WangDL
2026-05-12 17:08:27 +08:00
-
fb95c27340
refactor: 重构架构,接入线上 API 并修复编译错误
WangDL
2026-05-11 17:27:56 +08:00
-
7066200b7b
feat: MVVM 架构、全套 UI 页面、浅深色主题、本地持久化、等待名单、AI 动效
WangDL
2026-05-10 22:22:50 +08:00
-
c10e299dc0
feat: add React UI prototype for iOS UX reference
WangDL
2026-05-09 11:21:05 +08:00
-
b2795fe64b
feat: iOS app - design tokens, 22 pages, navigation, onboarding
WangDL
2026-05-09 11:18:35 +08:00
-
6062077e97
feat: add ZhiXi_App screen designs
WangDL
2026-05-08 09:52:50 +08:00
-
5f1930be40
feat: init AIStudyApp iOS project
WangDL
2026-05-04 16:12:51 +08:00