hololake-system-architecture/product-source/hololake-desktop/.superdesign/init/routes.md

21 lines
928 B
Markdown
Raw Normal View History

# Routes
This Electron/Vite app uses state-based routes inside `src/App.tsx`, not React Router.
| State | Surface | Source |
| --- | --- | --- |
| `fifth` | BingShuo Fifth Domain / Eternal Lake channel | `src/App.tsx` |
| `main` | Guanghu Main Domain entry | `src/App.tsx` |
| `sub` | Industry subdomain entry | `src/App.tsx` |
| `zero` | Experimental domain entry | `src/App.tsx` |
| `zero-sense` | Governance/audit domain entry | `src/App.tsx` |
| `fifth + knowledge` | Knowledge module | `App.tsx`, `DocTree.tsx`, `Editor.tsx` |
| `sub + education` | Education industry staged entry | `src/App.tsx` |
Application-level overlays:
- server/account sign-in and repository selection: `StorageLocationSheet.tsx`;
- human preferences and advanced settings: `HumanSettings.tsx`;
- contextual assistance: `AgentChat.tsx`.
Target redesign route: desktop `fifth + knowledge`, with Agent open and authenticated-user entry visible.