diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index fbc5866..83e668e 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -7,3 +7,4 @@ import './style.scss' // import './user-theme.css' export default BlogTheme + diff --git a/docs/.vitepress/theme/style.scss b/docs/.vitepress/theme/style.scss index 38f2c94..7a2115f 100644 --- a/docs/.vitepress/theme/style.scss +++ b/docs/.vitepress/theme/style.scss @@ -15,4 +15,9 @@ // 亮色模式下切换背景 html:not(.dark) .VPHome::before { background-image: url(/bgw.jpg); +} + +// 隐藏置顶的icon +.blog-item .pin.pin::before { + display: none; } \ No newline at end of file diff --git a/docs/sop/how-to-use-cherry-studio.md b/docs/sop/how-to-use-cherry-studio.md index b0685f1..e1acfd7 100644 --- a/docs/sop/how-to-use-cherry-studio.md +++ b/docs/sop/how-to-use-cherry-studio.md @@ -9,8 +9,12 @@ tag: - AI top: 1 sidebar: false +readingTime: true +date: 2025-08-24 20:30:00 +comment: true --- +# 如何使用 Cherry Studio ## 什么是 Cherry Studio? @@ -91,9 +95,13 @@ CherryStudio 提供了多种强大的功能,以下是一些核心功能介绍 CherryStudio 允许您创建自己的本地知识库,让 AI 根据您的文档回答问题。 1. **创建知识库**: 在侧边栏选择“知识库”并创建一个新的知识库(选择一个语义向量模型)。 + ![知识库1](/1/知识库1.png) + 2. **添加文档**: 将您的文档(请确保为 UTF-8 编码)拖入知识库中,系统会自动进行向量化处理。 + ![知识库2](/1/知识库2.png) + 3. **使用知识库**: 在聊天时,您可以选择加载特定的知识库,AI 将会基于库中的内容进行回答,并能标注引用来源。 ### 配置迁移