为资产模块新增相册管理与片花上传

为 album_list 与 album_trailer 接入首页路由,在 Profile 中新增 DEBUG 首页菜单预览,并扩展 Assets 测试。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-24 09:43:46 +08:00
parent cac22fcc56
commit ae0bc116d8
17 changed files with 2018 additions and 26 deletions

View File

@ -36,6 +36,8 @@ enum HomeRoute: Hashable {
case cloudStorageTransit
case materialLibrary
case materialUpload
case albumList
case albumTrailer
case modulePlaceholder(uri: String, title: String)
}