diff --git a/backend/package/yuxi/config/static/info.template.yaml b/backend/package/yuxi/config/static/info.template.yaml index 1edc2436..bcba29aa 100644 --- a/backend/package/yuxi/config/static/info.template.yaml +++ b/backend/package/yuxi/config/static/info.template.yaml @@ -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" diff --git a/docs/advanced/branding.md b/docs/advanced/branding.md index 0acb6fc4..7e446cbc 100644 --- a/docs/advanced/branding.md +++ b/docs/advanced/branding.md @@ -84,7 +84,3 @@ footer: 修改配色变量后,界面会实时更新,无需重启服务。 此外,`web/src/stores/theme.js` 中的 `colorPrimary` 也需要同步修改。 - -## 首页定制 - -首页的「项目介绍」部分是一个插槽组件,位于 `web/src/components/ProjectOverview.vue`。可以根据需要自定义展示内容。 diff --git a/docs/intro/quick-start.md b/docs/intro/quick-start.md index 0f9df290..a7794512 100644 --- a/docs/intro/quick-start.md +++ b/docs/intro/quick-start.md @@ -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 ``` diff --git a/web/src/views/HomeView.vue b/web/src/views/HomeView.vue index 0d56e0d0..ac0df456 100644 --- a/web/src/views/HomeView.vue +++ b/web/src/views/HomeView.vue @@ -115,8 +115,6 @@ - -