IOS-M1-05 我的页面资产摘要 + 存储空间 #19

Closed
opened 2026-05-29 19:37:40 +08:00 by wangdl · 0 comments
Owner

目标

ProfileView 增加学习资产卡片和存储空间入口。

剩余工作

1. 学习资产卡片

调用 GET /users/me/assets-summary 显示:

  • 知识库数量
  • 知识点数量
  • 复习卡数量

2. 存储空间入口

调用 GET /users/me/storage 显示:

  • 已用空间 / 总空间
  • 点击进入存储详情

涉及文件

  • ProfileView.swift — 新增 UI
  • APIService.swift — UserService.fetchAssets() / fetchStorage() 已实现
## 目标 ProfileView 增加学习资产卡片和存储空间入口。 ## 剩余工作 ### 1. 学习资产卡片 调用 `GET /users/me/assets-summary` 显示: - 知识库数量 - 知识点数量 - 复习卡数量 ### 2. 存储空间入口 调用 `GET /users/me/storage` 显示: - 已用空间 / 总空间 - 点击进入存储详情 ## 涉及文件 - `ProfileView.swift` — 新增 UI - `APIService.swift` — UserService.fetchAssets() / fetchStorage() 已实现
wangdl added this to the M1:iOS 页面功能深化 milestone 2026-05-29 19:37:40 +08:00
Sign in to join this conversation.
No description provided.