You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor navigation handling and settings access across components
- Updated SideComponent to use `navs()` instead of `websiteList` for navigation items.
- Modified SimComponent to access settings via `settings()` for dynamic updates.
- Refactored SuperComponent to utilize `navs()` for navigation and settings retrieval.
- Adjusted SystemBookmarkExportComponent and SystemBookmarkComponent to replace `websiteList` with `navs()`.
- Changed CollectComponent to use `navs()` and updated tagMap initialization.
- Updated SystemComponent to access settings and components dynamically.
- Refactored SystemSearchComponent to use `search()` for search list retrieval.
- Modified SystemSettingComponent to access settings and components dynamically.
- Updated SystemTagComponent to use `tagList()` for tag management.
- Refactored WebComponent to utilize `navs()` for navigation and settings handling.
- Ensured consistent use of dynamic settings retrieval across all components.
0 commit comments