Skip to content

Commit 31d40cc

Browse files
committed
更新要饭链接
1 parent 98a8bcf commit 31d40cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.vitepress/locales/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
function nav() {
1818
return [
1919
{ text: 'Download', link: '/en/Download.html' },
20-
{ text: 'Donate', link: 'https://www.sevtinge.cc/t/donation.html' },
20+
{ text: 'Donate', link: 'https://blog.sevtinge.cc/donation' },
2121
{ text: 'Thanks', link: '/en/Thank.html' },
2222
{ text: 'Communication', link: '/en/Support.html' }
2323
]

.vitepress/locales/pt_BR.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
function nav() {
1818
return [
1919
{ text: 'Download', link: '/pt_BR/Download.html' },
20-
{ text: 'Doar', link: 'https://www.sevtinge.cc/t/donation.html' },
20+
{ text: 'Doar', link: 'https://blog.sevtinge.cc/donation' },
2121
{ text: 'Obrigado', link: '/pt_BR/Thank.html' },
2222
{ text: 'Suporte', link: '/pt_BR/Support.html' },
2323
{ text: 'Acordo do usuário', link: '/pt_BR/Protocol.html' },

.vitepress/locales/zh_CN.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
function nav() {
2525
return [
2626
{ text: '下载', link: '/Download.html' },
27-
{ text: '捐赠', link: 'https://www.sevtinge.cc/t/donation.html' },
27+
{ text: '捐赠', link: 'https://blog.sevtinge.cc/donation' },
2828
{ text: '感谢列表', link: '/Thank.html' },
2929
{ text: '用户交流', link: '/Support.html' },
3030
{ text: '用户协议', link: '/Protocol.html' },

.vitepress/locales/zh_TW.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
function nav() {
2525
return [
2626
{ text: '下載', link: '/zh_TW/Download.html' },
27-
{ text: '贊助', link: 'https://www.sevtinge.cc/t/donation.html' },
27+
{ text: '贊助', link: 'https://blog.sevtinge.cc/donation' },
2828
{ text: '感謝名單', link: '/zh_TW/Thank.html' },
2929
{ text: '用戶交流', link: '/zh_TW/Support.html' }
3030
]

0 commit comments

Comments
 (0)