feat(docs): update documentation to reflect direct browser connections for third-party prompts and WebDAV

This commit is contained in:
HouYunFei
2026-06-26 15:56:55 +08:00
parent bd0ad0aebf
commit ef7a218ba6
15 changed files with 257 additions and 385 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
- 画布助手:围绕选中节点和上游节点对话、生图,并把结果插回画布。
- 本地 Agent:通过本机 Canvas Agent 连接 Codex / Claude Code,让 Agent 通过 MCP 操作当前画布;
- Codex App 插件:提供 Codex app 插件,安装后会自动注册 MCP 并尝试拉起本地 Agent。
- 提示词库:Next.js route 抓取多个 GitHub 开源项目,并缓存在运行实例内存中
- 提示词库:浏览器前端直连多个 GitHub 开源项目,并缓存到 IndexedDB
完整功能说明见 [功能介绍](docs/content/docs/overview/features.mdx)。
@@ -37,7 +37,7 @@
## 技术栈
- 前端:Next.js、React、TypeScript、Tailwind CSS、Ant Design、Zustand、TanStack Query。
- 少量 Next.js Route:第三方提示词内存缓存、WebDAV 可选代理
- 前端:提示词库、WebDAV 和 AI 接口都由浏览器前端直连
- 部署:Vercel 或 Docker。
## 快速开始