feat(hololake): ship language platform 0.7.0
This commit is contained in:
parent
a360982a9b
commit
5105ec5e32
47 changed files with 4566 additions and 398 deletions
21
product-source/hololake-desktop/.superdesign/init/routes.md
Normal file
21
product-source/hololake-desktop/.superdesign/init/routes.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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.
|
||||
Loading…
Reference in a new issue