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,42 @@
# Page dependency trees
## Fifth Domain / Knowledge channel
Entry: `../guanghu-knowledge-base/src/App.tsx`
Dependencies:
- `src/App.tsx`
- `src/api.ts`
- `src/components/PlatformNavigation.tsx`
- `src/components/SearchBar.tsx`
- `src/components/DocTree.tsx`
- `src/components/Editor.tsx`
- `src/components/VersionHistory.tsx`
- `src/components/AgentChat.tsx`
- `src/components/StorageLocationSheet.tsx`
- `src/components/HumanSettings.tsx`
- `src/styles/app.css`
Desktop render branch is the only branch. The Electron window minimum is 800×600; the primary design viewport is 1280×860.
## Server/account entry
Entry: `src/components/StorageLocationSheet.tsx`
Dependencies:
- Electron preload `../hololake-desktop/electron/preload.ts`
- Electron IPC implementation `../hololake-desktop/electron/main.ts`
- Knowledge remote API `server/index.ts`
- Git engine `server/git-engine.ts`
- Shared controls from `src/styles/app.css`
## Human settings
Entry: `src/components/HumanSettings.tsx`
Dependencies:
- localStorage preference contract in the same file
- shared overlay/control styling in `src/styles/app.css`