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