13 Commits

Author SHA1 Message Date
linshen
f96ed83a54 docs: add prompt garden image workflow tutorial 2026-05-05 18:42:49 +08:00
linshen
55b9acc866 docs: clarify optimizer and prompt library positioning 2026-05-05 15:43:49 +08:00
linshen
1a79fd243e fix(mkdocs): correct prompt-garden nav path and dev config
Fix link path from /basic/garden to /basic/prompt-garden in index pages.

Update mkdocs-dev.yml nav to split optimization into system and user workspaces.
2026-05-04 21:23:40 +08:00
linshen
debb11fd31 docs(mkdocs): add v2.10.0 feature documentation
Add documentation for new v2.10.0 features in both English and Chinese:

- Favorites: example application to workspaces

- Models: provider-specific request details and capability tags

- Prompt Garden: direct use vs favorite saving guide

- Testing: Run All parallel execution说明

- Desktop: localhost/private network direct routing
2026-05-04 21:22:36 +08:00
linshen
063d1c1cc3 docs(mkdocs): fix Chinese text mixed in English docs
Replace残留中文词汇 with proper English translations in auxiliary feature docs: replicate, smart-fill, and style-learn pages.
2026-05-04 21:22:00 +08:00
linshen
1187716942 fix: resolve review findings (P1/P2/P3)
P1: Remove unused injects and functions
- Remove unused appOpenPromptPreview inject from ContextSystemWorkspace
- Remove unused appOpenPromptPreview inject from ContextUserWorkspace
- Remove unused handleOpenToolManager/handleOpenVariableManager from ContextUserWorkspace

P2: Fix saveToGlobal bypassing persistence
- Use variableManager.addVariable() instead of direct customVariables.value assignment
- This ensures proper validation and saveToStorage() is called

P3: Fix trailing whitespace in docs
- Remove trailing whitespace from replicate.md
- Remove trailing whitespace from style-learn.md
2026-05-04 16:41:16 +08:00
linshen
96f2f23aa9 fix(mkdocs): sync dev config nav and fix link paths 2026-05-04 13:35:44 +08:00
linshen
31ef76718a docs(mkdocs): add prompt garden and auxiliary features documentation
- Add Prompt Garden page (import codes, usage, examples)
- Add Smart Variable Fill page (batch fill, single fill, workflow)
- Add Text-to-Image Replicate page (reverse-engineer prompts from images)
- Add Style Learning page (learn style while preserving subject)
- Update favorites page with v2.10.0 features (resource-aware assets, source binding, complete backup)
- Update data management page with complete backup documentation
- Update mkdocs.yml navigation with new sections
- Update index pages with auxiliary features section
2026-05-04 11:48:08 +08:00
linshen
d76b2dadef docs(mkdocs): update image workflow tutorials 2026-04-06 21:14:23 +08:00
linshen
db11db7b59 docs(mkdocs): add english desktop deployment guide 2026-04-06 21:19:15 +08:00
linshen
e6530cba87 docs(mkdocs): redesign onboarding and align zh/en docs 2026-03-22 19:42:18 +08:00
SuperDuckGOGOGO
98a6b4f398 feat(core): support custom model params from env (#273)
Allow Docker and other runtime environments to inject JSON request parameters for suffixed custom models so provider-specific defaults like NVIDIA NIM thinking flags persist outside the UI. Add parsing, sanitization, tests, and docs for the new VITE_CUSTOM_API_PARAMS_<suffix> flow.
2026-03-13 13:51:06 +08:00
linshen
232f04db60 mkdocs: 初始化 mkdocs 文档库
- 新增多个文档文件,覆盖基本使用、高级功能、部署指南等
- 创建数据管理、模型配置、历史记录等详细指南
- 添加上下文管理、工具调用、变量系统等高级功能文档
- 提供快速开始、常见问题、故障排除等实用信息
2025-09-13 23:43:27 +08:00