Skip to content

Commit

Permalink
chore: translate some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Aug 23, 2024
1 parent dd94254 commit e19792a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
project: {
link: 'https://github.com/west2-online/fzu-wiki',
},
docsRepositoryBase: 'https://github.com/west2-online/fzu-wiki',
docsRepositoryBase: 'https://github.com/west2-online/fzu-wiki/tree/main',
useNextSeoProps() {
const { asPath } = useRouter();
if (asPath !== '/') {
Expand Down Expand Up @@ -34,6 +34,19 @@ const config = {
</div>
),
},
editLink: {
text: '在 GitHub 上编辑此页',
},
feedback: {
content: '有疑问?马上反馈',
labels: 'feedback',
},
toc: {
title: '目录',
},
search: {
placeholder: '搜索...',
},
};

export default config;

0 comments on commit e19792a

Please sign in to comment.