ForcePilot/src/config/static/info.template.yaml
Wenjie Zhang 790c068eb6 fix(docs): 更新 README 和文档路径,添加 MinIO 存储模块文档
- 修改 README 中的模型配置路径,确保指向正确的配置文件位置
- 新增 MinIO 存储模块文档,提供基本使用和高级使用示例
- 更新内容审查机制和品牌信息配置的相关路径
- 移除旧的用户模型和线程模型,重构数据库模型管理
- 优化代码结构,确保数据库管理器和模型的导入路径一致
2025-09-23 10:48:44 +08:00

27 lines
916 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 单位信息配置文件
# 用于配置网站的基本信息、品牌信息等
# 组织信息
organization:
name: "江南语析" # 完整组织名称
logo: "/favicon.svg" # Logo文件路径放在 web/public 目录下)
avatar: "/avatar.jpg" # 头像文件路径(放在 web/public 目录下)
login_bg: "/login-bg.jpg" # 登录背景图片路径(放在 web/public 目录下)
# 项目信息
branding:
name: "Yuxi-Know"
title: "Yuxi-Know: 更智能的知识库管理工具" # 系统标题
subtitle: "大模型驱动的知识库管理工具" # 副标题
description: "结合知识库与知识图谱,提供更准确、更全面的回答" # 描述信息
# 功能特性
features:
- "📚 灵活知识库"
- "🕸️ 知识图谱集成"
- "🤖 权限隔离"
# 页脚信息
footer:
copyright: "© 江南语析 2025 v0.2.0"