fix: 修复版本错误
This commit is contained in:
parent
bb2f879b6a
commit
f2c7666688
@ -22,7 +22,7 @@ branding:
|
||||
|
||||
features:
|
||||
- label: "GitHub Stars"
|
||||
value: "4600+"
|
||||
value: "4800+"
|
||||
description: "开发者社区的认可与支持"
|
||||
icon: "stars"
|
||||
- label: "已解决 Issues"
|
||||
@ -30,7 +30,7 @@ features:
|
||||
description: "持续改进和问题解决能力"
|
||||
icon: "issues"
|
||||
- label: "累计 Commits"
|
||||
value: "1500+"
|
||||
value: "1600+"
|
||||
description: "活跃的开发迭代和功能更新"
|
||||
icon: "commits"
|
||||
- label: "开源协议"
|
||||
@ -50,12 +50,12 @@ actions:
|
||||
url: "https://github.com/xerrors/Yuxi/issues/new/choose"
|
||||
- name: "开发路线图"
|
||||
icon: "roadmap"
|
||||
url: "https://xerrors.github.io/Yuxi/roadmap.html"
|
||||
url: "https://xerrors.github.io/Yuxi/develop-guides/roadmap.html"
|
||||
|
||||
|
||||
|
||||
# 页脚信息
|
||||
footer:
|
||||
copyright: "© 江南语析 2026 v0.6.0.beta3"
|
||||
copyright: "© 江南语析 2026 v0.6.0"
|
||||
user_agreement_url: "/protocols/user-agreement.template.html"
|
||||
privacy_policy_url: "/protocols/privacy-policy.template.html"
|
||||
|
||||
@ -84,7 +84,3 @@ footer:
|
||||
修改配色变量后,界面会实时更新,无需重启服务。
|
||||
|
||||
此外,`web/src/stores/theme.js` 中的 `colorPrimary` 也需要同步修改。
|
||||
|
||||
## 首页定制
|
||||
|
||||
首页的「项目介绍」部分是一个插槽组件,位于 `web/src/components/ProjectOverview.vue`。可以根据需要自定义展示内容。
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
```bash
|
||||
# 克隆最新版本
|
||||
git clone --branch v0.6.0.beta3 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||
git clone --branch v0.6.0 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||
cd Yuxi
|
||||
```
|
||||
|
||||
|
||||
@ -115,8 +115,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ProjectOverview />
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<p class="copyright">{{ infoStore.footer?.copyright || '© 2025 All rights reserved' }}</p>
|
||||
@ -134,7 +132,6 @@ import { useInfoStore } from '@/stores/info'
|
||||
import { useAgentStore } from '@/stores/agent'
|
||||
import { healthApi } from '@/apis/system_api'
|
||||
import UserInfoComponent from '@/components/UserInfoComponent.vue'
|
||||
import ProjectOverview from '@/components/ProjectOverview.vue'
|
||||
import {
|
||||
BookText,
|
||||
Bug,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user