Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Feb 19, 2024
1 parent 4740a73 commit a4fcd40
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vitepress/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const enConfig: LocaleSpecificConfig<
},
},
asideLinks: {
title: 'Links',
starOnGitHub: 'Star on GitHub ',
contactUsText: 'Chat on Discord',
contactUsLink: 'https://discord.gg/SWz6RTWNkm',
Expand Down
3 changes: 2 additions & 1 deletion .vitepress/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ export const frConfig: LocaleSpecificConfig<
{ icon: 'x', link: 'https://twitter.com/KongyingTavern' },
],
asideLinks: {
title: 'Links',
starOnGitHub: 'Star on GitHub ',
contactUs: 'Chat on Discord',
contactUsText: 'Chat on Discord',
contactUsLink: 'https://discord.gg/SWz6RTWNkm',
sponsor: 'Become a Sponsor',
editLink: 'Edit this page',
Expand Down
1 change: 1 addition & 0 deletions .vitepress/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const jaConfig: LocaleSpecificConfig<
},
},
asideLinks: {
title: 'Links',
starOnGitHub: 'Star on GitHub',
contactUsText: 'Chat on Discord',
contactUsLink: 'https://discord.gg/SWz6RTWNkm',
Expand Down
1 change: 1 addition & 0 deletions .vitepress/locales/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const koConfig: LocaleSpecificConfig<
},
},
asideLinks: {
title: 'Links',
starOnGitHub: 'Star on GitHub ',
contactUsText: 'Chat on Discord',
contactUsLink: 'https://discord.gg/SWz6RTWNkm',
Expand Down
1 change: 1 addition & 0 deletions .vitepress/locales/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface CustomConfig {
partnerMember: Info
}
asideLinks: {
title: string
starOnGitHub: string
contactUsText: string
contactUsLink: string
Expand Down
1 change: 1 addition & 0 deletions .vitepress/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const zhConfig: LocaleSpecificConfig<
next: '下一页',
},
asideLinks: {
title: '快捷链接',
starOnGitHub: 'Star on GitHub ',
contactUsText: '加入Discord服务器',
contactUsLink: 'https://discord.gg/SWz6RTWNkm',
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ul>
<li v-for="ic in item.items">
<Link
:href="withBase(ic.link)"
:href="'/' + withBase(ic.link)"
:title="ic.text + '(' + withBase(ic.link) + ')'"
:noIcon="true"
>
Expand Down

0 comments on commit a4fcd40

Please sign in to comment.