feat(hololake): ship language platform 0.7.0

This commit is contained in:
冰朔 2026-08-09 03:37:41 +08:00
commit 5105ec5e32
47 changed files with 4566 additions and 398 deletions

View 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.