3 Commits

Author SHA1 Message Date
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
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