Skip to content

Commit 0c933ee

Browse files
committed
fix(website): 修正许可证信息与主页按钮文本
1 parent 4d2f531 commit 0c933ee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

website/docs/.vitepress/locales/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default defineConfig({
2222
],
2323

2424
footer: {
25-
message: 'Released under the MIT License.',
26-
copyright: 'Copyright © 2024-present Seyud.'
25+
message: 'Released under the GPL-3.0 License.',
26+
copyright: 'Copyright © 2025 Seyud.'
2727
},
2828

2929
editLink: {

website/docs/.vitepress/locales/zh.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default defineConfig({
2222
],
2323

2424
footer: {
25-
message: '在 MIT 许可证下发布。',
26-
copyright: 'Copyright © 2024-现在 Seyud。'
25+
message: '在 GPL-3.0 许可证下发布。',
26+
copyright: 'Copyright © 2025 Seyud。'
2727
},
2828

2929
editLink: {

website/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero:
1111
alt: 天玑 GPU 调速器
1212
actions:
1313
- theme: brand
14-
text: 开始使用
14+
text: 开始了解
1515
link: /zh/guide/introduction
1616
- theme: alt
1717
text: 安装指南

website/docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero:
1111
alt: 天玑 GPU 调速器
1212
actions:
1313
- theme: brand
14-
text: 开始使用
14+
text: 开始了解
1515
link: /zh/guide/introduction
1616
- theme: alt
1717
text: 安装指南

0 commit comments

Comments
 (0)