ForcePilot/backend/package/yuxi/config/static/info.template.yaml
Wenjie Zhang be39d118fd chore(release): bump version to 0.6.1
- 单一版本来源:__version__ 改为从 pyproject.toml 动态读取
- Docker Compose 镜像标签环境变量化 (${YUXI_VERSION:-0.6.1})
- info.template.yaml 版权信息支持版本号动态注入
- 测试断言改为动态比较,不再硬编码版本号
- 新增 bump-version.sh 发版脚本,一键同步所有版本位置
- 更新 changelog.md,记录 v0.6.1 变更内容
2026-04-24 19:32:16 +08:00

62 lines
2.1 KiB
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"
title: "让智能体可构建、可编排、可落地" # 系统标题
subtitle: "开源智能体平台套件,融合 RAG 与知识图谱" # 副标题subtitles 为空时使用)
subtitles:
- "开源智能体平台套件,融合 RAG 与知识图谱"
- "统一编排 Agent、知识库、图谱与工具链"
- "让智能体可构建,让知识可连接,让决策可验证"
- "让智能体可落地,让流程可编排,让协作可扩展"
- "让数据可沉淀,让能力可复用,让系统可进化"
features:
- label: "GitHub Stars"
value: "4800+"
description: "开发者社区的认可与支持"
icon: "stars"
- label: "已解决 Issues"
value: "300+"
description: "持续改进和问题解决能力"
icon: "issues"
- label: "累计 Commits"
value: "1600+"
description: "活跃的开发迭代和功能更新"
icon: "commits"
- label: "开源协议"
value: "MIT License"
description: "完全免费,支持商业使用"
icon: "license"
actions:
- name: "演示视频"
icon: "video"
url: "https://www.bilibili.com/video/BV1DF14BTETq"
- name: "文档中心"
icon: "docs"
url: "https://xerrors.github.io/Yuxi/"
- name: "提交 Issue"
icon: "issue"
url: "https://github.com/xerrors/Yuxi/issues/new/choose"
- name: "开发路线图"
icon: "roadmap"
url: "https://xerrors.github.io/Yuxi/develop-guides/roadmap.html"
# 页脚信息
footer:
copyright: "© 江南语析 2026 v{{YUXI_VERSION}}"
user_agreement_url: "/protocols/user-agreement.template.html"
privacy_policy_url: "/protocols/privacy-policy.template.html"