2025-06-22 23:07:57 +08:00
|
|
|
|
# 单位信息配置文件
|
|
|
|
|
|
# 用于配置网站的基本信息、品牌信息等
|
|
|
|
|
|
|
|
|
|
|
|
# 组织信息
|
|
|
|
|
|
organization:
|
|
|
|
|
|
name: "江南语析" # 完整组织名称
|
2025-08-08 22:57:14 +08:00
|
|
|
|
logo: "/favicon.svg" # Logo文件路径(放在 web/public 目录下)
|
|
|
|
|
|
avatar: "/avatar.jpg" # 头像文件路径(放在 web/public 目录下)
|
|
|
|
|
|
login_bg: "/login-bg.jpg" # 登录背景图片路径(放在 web/public 目录下)
|
2025-06-22 23:07:57 +08:00
|
|
|
|
|
2025-08-08 22:57:14 +08:00
|
|
|
|
# 项目信息
|
2025-06-22 23:07:57 +08:00
|
|
|
|
branding:
|
2026-03-17 18:56:42 +08:00
|
|
|
|
name: "Yuxi"
|
2026-03-24 02:32:35 +08:00
|
|
|
|
title: "让智能体可构建、可编排、可落地" # 系统标题
|
|
|
|
|
|
subtitle: "开源智能体平台套件,融合 RAG 与知识图谱" # 副标题(subtitles 为空时使用)
|
|
|
|
|
|
subtitles:
|
|
|
|
|
|
- "开源智能体平台套件,融合 RAG 与知识图谱"
|
|
|
|
|
|
- "统一编排 Agent、知识库、图谱与工具链"
|
|
|
|
|
|
- "让智能体可构建,让知识可连接,让决策可验证"
|
|
|
|
|
|
- "让智能体可落地,让流程可编排,让协作可扩展"
|
|
|
|
|
|
- "让数据可沉淀,让能力可复用,让系统可进化"
|
2025-06-22 23:07:57 +08:00
|
|
|
|
|
|
|
|
|
|
features:
|
2025-11-08 20:59:24 +08:00
|
|
|
|
- label: "GitHub Stars"
|
2026-04-01 17:22:39 +08:00
|
|
|
|
value: "4800+"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
description: "开发者社区的认可与支持"
|
|
|
|
|
|
icon: "stars"
|
|
|
|
|
|
- label: "已解决 Issues"
|
2026-01-24 12:06:49 +08:00
|
|
|
|
value: "300+"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
description: "持续改进和问题解决能力"
|
|
|
|
|
|
icon: "issues"
|
|
|
|
|
|
- label: "累计 Commits"
|
2026-04-01 17:22:39 +08:00
|
|
|
|
value: "1600+"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
description: "活跃的开发迭代和功能更新"
|
|
|
|
|
|
icon: "commits"
|
|
|
|
|
|
- label: "开源协议"
|
2026-03-24 02:32:35 +08:00
|
|
|
|
value: "MIT License"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
description: "完全免费,支持商业使用"
|
|
|
|
|
|
icon: "license"
|
|
|
|
|
|
|
|
|
|
|
|
actions:
|
|
|
|
|
|
- name: "演示视频"
|
|
|
|
|
|
icon: "video"
|
|
|
|
|
|
url: "https://www.bilibili.com/video/BV1DF14BTETq"
|
|
|
|
|
|
- name: "文档中心"
|
|
|
|
|
|
icon: "docs"
|
2026-03-27 02:00:22 +08:00
|
|
|
|
url: "https://xerrors.github.io/Yuxi/"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
- name: "提交 Issue"
|
|
|
|
|
|
icon: "issue"
|
2026-03-27 02:00:22 +08:00
|
|
|
|
url: "https://github.com/xerrors/Yuxi/issues/new/choose"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
- name: "开发路线图"
|
|
|
|
|
|
icon: "roadmap"
|
2026-04-01 17:22:39 +08:00
|
|
|
|
url: "https://xerrors.github.io/Yuxi/develop-guides/roadmap.html"
|
2025-11-08 20:59:24 +08:00
|
|
|
|
|
|
|
|
|
|
|
2025-06-22 23:07:57 +08:00
|
|
|
|
|
|
|
|
|
|
# 页脚信息
|
|
|
|
|
|
footer:
|
2026-04-24 19:32:16 +08:00
|
|
|
|
copyright: "© 江南语析 2026 v{{YUXI_VERSION}}"
|
2026-03-16 20:04:24 +08:00
|
|
|
|
user_agreement_url: "/protocols/user-agreement.template.html"
|
|
|
|
|
|
privacy_policy_url: "/protocols/privacy-policy.template.html"
|