Add multi-language support, Smart Infographic docs, fix icon, add documentation guide

Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 11:47:54 +00:00
parent 404e3f9da8
commit 828f091d6f
11 changed files with 808 additions and 4 deletions

126
docs/index.zh.md Normal file
View File

@@ -0,0 +1,126 @@
---
hide:
- navigation
- toc
---
# 欢迎来到 OpenWebUI Extras
<div class="hero-section" markdown>
<div class="hero-content" markdown>
# 🚀 增强你的 OpenWebUI 体验
**OpenWebUI Extras** 是一个精心整理的插件、提示词和增强功能集合,旨在扩展 [OpenWebUI](https://github.com/open-webui/open-webui) 的功能。
[开始使用 :material-arrow-right:](#快速导航){ .md-button .md-button--primary }
[在 GitHub 上查看 :fontawesome-brands-github:](https://github.com/Fu-Jie/awesome-openwebui){ .md-button }
</div>
</div>
---
## 快速导航
<div class="grid cards" markdown>
- :material-puzzle:{ .lg .middle } **插件中心**
---
浏览我们强大的插件集合,包括 Actions、Filters、Pipes 和 Pipelines以增强你的 AI 交互体验。
[:octicons-arrow-right-24: 探索插件](plugins/index.md)
- :material-message-text:{ .lg .middle } **提示词库**
---
发现精心制作的提示词,涵盖编程、写作、营销等领域。即复即用。
[:octicons-arrow-right-24: 浏览提示词](prompts/index.md)
- :material-tools:{ .lg .middle } **增强功能**
---
学习优化 OpenWebUI 体验的技巧和窍门,包括高级配置和自定义选项。
[:octicons-arrow-right-24: 查看指南](enhancements/index.md)
- :material-book-open-page-variant:{ .lg .middle } **开发指南**
---
从入门教程到高级模式,全面的插件开发指南。
[:octicons-arrow-right-24: 开始开发](development/index.md)
</div>
---
## 精选插件
<div class="grid cards" markdown>
- :material-brain:{ .lg .middle } **智能思维导图**
---
智能分析文本内容,生成交互式思维导图,便于可视化理解。
[:octicons-arrow-right-24: 了解更多](plugins/actions/smart-mind-map.md)
- :material-card-text:{ .lg .middle } **知识卡片**
---
快速生成精美的学习记忆卡片,非常适合学习和快速记忆。
[:octicons-arrow-right-24: 了解更多](plugins/actions/knowledge-card.md)
- :material-arrow-collapse-vertical:{ .lg .middle } **异步上下文压缩**
---
通过智能摘要减少长对话中的 token 消耗,同时保持对话连贯性。
[:octicons-arrow-right-24: 了解更多](plugins/filters/async-context-compression.md)
</div>
---
## 快速入门
### 使用提示词
1. 浏览[提示词库](prompts/library.md)并选择一个提示词
2. 点击**复制**按钮将提示词复制到剪贴板
3. 在 OpenWebUI 中,点击输入框上方的"提示词"按钮
4. 粘贴内容并保存
### 使用插件
1. 浏览[插件中心](plugins/index.md)并下载插件文件(`.py`
2. 打开 OpenWebUI **管理面板****设置****插件**
3. 点击上传按钮并选择 `.py` 文件
4. 刷新页面并在聊天设置中启用插件
---
## 参与贡献
我们欢迎各种形式的贡献!无论是新插件、实用的提示词,还是文档改进。
[:octicons-heart-fill-24:{ .heart } 查看贡献指南](contributing_zh.md){ .md-button }
---
<div class="footer-stats" markdown>
**OpenWebUI Extras** - 让 AI 交互更强大、更高效。
</div>