- 在所有文档和配置中将品牌从 "Yuxi-Know" 重命名为 "Yuxi" - 将 Python 导入路径从 `src.*` 更新为 `yuxi.*` 以保持后端包的一致性 - 将 Web 包名称从 `yuxi-know-web` 更新为 `yuxi-web` 此更改与后端代码迁移至 backend/ 目录保持一致。
56 lines
1.7 KiB
YAML
56 lines
1.7 KiB
YAML
# 单位信息配置文件
|
||
# 用于配置网站的基本信息、品牌信息等
|
||
|
||
# 组织信息
|
||
organization:
|
||
name: "江南语析" # 完整组织名称
|
||
logo: "/favicon.svg" # Logo文件路径(放在 web/public 目录下)
|
||
avatar: "/avatar.jpg" # 头像文件路径(放在 web/public 目录下)
|
||
login_bg: "/login-bg.jpg" # 登录背景图片路径(放在 web/public 目录下)
|
||
|
||
# 项目信息
|
||
branding:
|
||
name: "Yuxi"
|
||
title: "Yuxi: 更智能的知识库智能体平台" # 系统标题
|
||
subtitle: "大模型驱动的知识库智能体平台" # 副标题
|
||
|
||
features:
|
||
- label: "GitHub Stars"
|
||
value: "4100+"
|
||
description: "开发者社区的认可与支持"
|
||
icon: "stars"
|
||
- label: "已解决 Issues"
|
||
value: "300+"
|
||
description: "持续改进和问题解决能力"
|
||
icon: "issues"
|
||
- label: "累计 Commits"
|
||
value: "1300+"
|
||
description: "活跃的开发迭代和功能更新"
|
||
icon: "commits"
|
||
- label: "开源协议"
|
||
value: "MIT 协议"
|
||
description: "完全免费,支持商业使用"
|
||
icon: "license"
|
||
|
||
actions:
|
||
- name: "演示视频"
|
||
icon: "video"
|
||
url: "https://www.bilibili.com/video/BV1DF14BTETq"
|
||
- name: "文档中心"
|
||
icon: "docs"
|
||
url: "https://xerrors.github.io/Yuxi-Know/"
|
||
- name: "提交 Issue"
|
||
icon: "issue"
|
||
url: "https://github.com/xerrors/Yuxi-Know/issues/new/choose"
|
||
- name: "开发路线图"
|
||
icon: "roadmap"
|
||
url: "https://xerrors.github.io/Yuxi-Know/latest/changelog/roadmap.html"
|
||
|
||
|
||
|
||
# 页脚信息
|
||
footer:
|
||
copyright: "© 江南语析 2026 v0.5.3"
|
||
user_agreement_url: "/protocols/user-agreement.template.html"
|
||
privacy_policy_url: "/protocols/privacy-policy.template.html"
|