From e19792a11ccbade981e9800bbc764997ed4f125c Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 23 Aug 2024 13:56:18 +0800 Subject: [PATCH] chore: translate some texts --- theme.config.jsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/theme.config.jsx b/theme.config.jsx index 2f443c3..6f6bf19 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -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 !== '/') { @@ -34,6 +34,19 @@ const config = { ), }, + editLink: { + text: '在 GitHub 上编辑此页', + }, + feedback: { + content: '有疑问?马上反馈', + labels: 'feedback', + }, + toc: { + title: '目录', + }, + search: { + placeholder: '搜索...', + }, }; export default config;