From 8379adbffd567b1eb4822f3485f3e18df24e8433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E9=9B=81=E4=BA=91=E4=BE=9D?= <14120445+BeiyanYunyi@users.noreply.github.com> Date: Fri, 10 May 2024 19:01:17 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20replace=20=E9=98=B2=E6=8A=A4=20to=20?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=98=B2=E6=8A=A4,=20Fashion=20to=20?= =?UTF-8?q?=E6=97=B6=E5=B0=9A=E6=8A=A4=E7=90=86=20(#336)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/nav.ts | 4 ++-- docs/.vitepress/sidebar.ts | 6 +++--- docs/fashion/index.md | 4 ++-- docs/index.md | 4 ++-- docs/personal-safety/index.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/.vitepress/nav.ts b/docs/.vitepress/nav.ts index 690a2bc..a244f71 100644 --- a/docs/.vitepress/nav.ts +++ b/docs/.vitepress/nav.ts @@ -8,11 +8,11 @@ const nav: NavConfig = [ link: '/campus/', }, { - text: 'Fashion', + text: '时尚护理', link: '/fashion/', }, { - text: '防护', + text: '安全防护', link: '/personal-safety/', }, { diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 0e52b18..b3969d4 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -31,21 +31,21 @@ function generate() { scanStartPath: 'contributor-guide', resolvePath: '/contributor-guide/', }, - // Fashion + // 时尚护理 { ...baseConfig, documentRootPath: '/docs', scanStartPath: 'fashion', resolvePath: '/fashion/', }, - // 防护 + // 安全防护 { ...baseConfig, documentRootPath: '/docs', scanStartPath: 'personal-safety', resolvePath: '/personal-safety/', }, - // 防护 + // 其它 { ...baseConfig, documentRootPath: '/docs', diff --git a/docs/fashion/index.md b/docs/fashion/index.md index 36ccb58..2ba4e97 100644 --- a/docs/fashion/index.md +++ b/docs/fashion/index.md @@ -1,5 +1,5 @@ --- -title: Fashion +title: 时尚护理 icon: creative author: - admins @@ -9,7 +9,7 @@ category: index: false --- -这里是 RLE.wiki 的 Fashion 栏目,收集一些RLE各方面的文章,希望能够帮助到想要阅读这部分资料的伙伴们。这个栏目开放自由投稿,稿件凸显作者个人风格特色,更侧重于每位作者自身对RLE的理解与思考,而非群体全貌或指导性意见。里面的内容不一定适合所有伙伴,希望大家**按需食用**。 +这里是 RLE.wiki 的 时尚护理 栏目,收集一些RLE各方面的文章,希望能够帮助到想要阅读这部分资料的伙伴们。这个栏目开放自由投稿,稿件凸显作者个人风格特色,更侧重于每位作者自身对RLE的理解与思考,而非群体全貌或指导性意见。里面的内容不一定适合所有伙伴,希望大家**按需食用**。 ::: tip 欢迎向本栏目 [投稿](../contributor-guide/other)! diff --git a/docs/index.md b/docs/index.md index 6c15a8e..d6cb34c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,10 +11,10 @@ hero: text: 大学指南 🏫 link: /campus/ - theme: alt - text: Fashion 👕 + text: 时尚护理 👕 link: /fashion/ - theme: alt - text: 防护 🚨 + text: 安全防护 🚨 link: /personal-safety/ - theme: alt text: 其它 📚 diff --git a/docs/personal-safety/index.md b/docs/personal-safety/index.md index 1a30da1..cbb2d0e 100644 --- a/docs/personal-safety/index.md +++ b/docs/personal-safety/index.md @@ -1,5 +1,5 @@ --- -title: 防护 +title: 安全防护 icon: creative category: - personal-safety