|
|
a35d61e227
|
feat: add lighthouse and fifth-domain entry flow
|
2026-08-10 00:52:54 +08:00 |
|
|
|
a106b23f9b
|
feat: add HoloLake personal channel module runtime
|
2026-08-09 14:14:07 +08:00 |
|
|
|
787ba2ad3f
|
fix(hololake): ship dynamic persona routes and coherent workspace
|
2026-08-09 10:43:56 +08:00 |
|
|
|
5105ec5e32
|
feat(hololake): ship language platform 0.7.0
|
2026-08-09 03:37:41 +08:00 |
|
|
|
a360982a9b
|
feat: add HoloLake folder import and official assistant
|
2026-08-08 11:15:34 +08:00 |
|
|
|
46bdd0ca73
|
fix: complete HoloLake Agent and Forgejo desktop runtime
|
2026-08-08 10:39:18 +08:00 |
|
|
|
047f37e87e
|
feat(product-source): HoloLake Desktop v0.5.0 — Electron 桌面知识库应用
铸渊 2026-08-08 开发,冰朔架构决策:
- 知识库放桌面,不放服务器
- Forgejo 是 Git 引擎,光湖自己维护更新,不接上游
- 不部署 Forgejo 源码,只引用 MANIFEST + 离线包
架构:
- Electron v35(Mac arm64)+ Vite + React 19
- 复用 guanghu-knowledge-base 前端组件
- Electron 主进程自动启动 Express + Git 引擎后端
- 数据存储:~/Library/Application Support/HoloLake Era/data/
- Forgejo 离线包(桌面)作为 Git 远程仓库对接
构建:
- npx electron-builder --mac --dir → HoloLake Era.app
- 签名后续用 Developer ID 补(CSC_IDENTITY_AUTO_DISCOVERY=false)
文件:
- electron/main.ts(Electron 主进程:窗口+服务器+生命周期)
- electron/preload.ts(IPC 安全桥梁:Forgejo 远程管理接口)
- forgejo/INTEGRATION.md(Forgejo 集成声明 + 更新策略)
- forgejo/MANIFEST.sha256(离线包校验清单)
- forgejo/icon.icns(应用图标,来自 HoloLake Era v0.4.6)
- vite.config.ts(复用知识库前端,构建到 dist/)
- tsconfig.electron.json(Electron TypeScript 配置)
|
2026-08-08 07:21:04 +08:00 |
|