修复旅拍相册 API 未注入共享 APIClient 导致未登录错误。
在 RootView 注入 travelAlbumAPI,并将 travel_album 纳入首页常用功能;补充 App/Networking 依赖注入说明。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -48,7 +48,7 @@ enum HomeIconCatalog {
|
||||
"checkmark.seal.fill"
|
||||
case "live_album":
|
||||
"play.rectangle.on.rectangle.fill"
|
||||
case "travel_album", "task_new_entry":
|
||||
case "travel_album":
|
||||
"photo.on.rectangle.angled"
|
||||
case "pm", "pm_manager", "project_edit":
|
||||
"circle.grid.2x2.fill"
|
||||
|
||||
Reference in New Issue
Block a user