54 lines
1.6 KiB
YAML
54 lines
1.6 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-Know"
|
||
title: "Yuxi-Know: 更智能的知识库智能体平台" # 系统标题
|
||
subtitle: "大模型驱动的知识库智能体平台" # 副标题
|
||
|
||
features:
|
||
- label: "GitHub Stars"
|
||
value: "2600+"
|
||
description: "开发者社区的认可与支持"
|
||
icon: "stars"
|
||
- label: "已解决 Issues"
|
||
value: "210+"
|
||
description: "持续改进和问题解决能力"
|
||
icon: "issues"
|
||
- label: "累计 Commits"
|
||
value: "1000+"
|
||
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: "© 江南语析 2025 v0.4.0"
|