diff --git a/docs/.vuepress/sidebar/en.ts b/docs/.vuepress/sidebar/en.ts index a5da2e12a..2ad121181 100644 --- a/docs/.vuepress/sidebar/en.ts +++ b/docs/.vuepress/sidebar/en.ts @@ -3,21 +3,9 @@ import { sidebar } from "vuepress-theme-hope"; export const enSidebar = sidebar({ "/en/": [ "", - { - icon: "workingDirectory", - text: "Project", - link: "project", - }, - { - icon: "network", - text: "Localization", - link: "i18n", - }, - { - icon: "play", - text: "Quick Start", - link: "quick-start", - }, + "project", + "i18n", + "quick-start", { icon: "read", text: "Features", diff --git a/docs/.vuepress/sidebar/zh.ts b/docs/.vuepress/sidebar/zh.ts index 326ed636e..e16f7284c 100644 --- a/docs/.vuepress/sidebar/zh.ts +++ b/docs/.vuepress/sidebar/zh.ts @@ -3,21 +3,9 @@ import { sidebar } from "vuepress-theme-hope"; export const zhSidebar = sidebar({ "/zh/": [ "", - { - icon: "workingDirectory", - text: "项目介绍", - link: "project", - }, - { - icon: "network", - text: "国际化支持", - link: "i18n", - }, - { - icon: "play", - text: "快速开始", - link: "quick-start", - }, + "project", + "i18n", + "quick-start", { icon: "read", text: "功能指南", diff --git a/docs/en/README.md b/docs/en/README.md index 7086a2d96..6c8435c6d 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -6,6 +6,8 @@ heroImage: https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oaGvKE1g6dut0pICS heroAlt: Snap Hutao heroText: Snap Hutao tagline: Multifunctional Open-source Genshin Toolkit 🧰 +bgImage: /images/202308/head-back.png +bgImageDark: /images/202308/head-back.png actions: - text: Download link: https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52 @@ -18,8 +20,9 @@ actions: link: project.html highlights: - - header: 多合一的工具箱 - description: 快速上手你期待的功能,探索你尚未尝试过的新工具 + - header: All-in-one Toolbox + description: Quick start tools your need and explore more possibility + image: /images/202308/highlights-head.png features: - title: Better than Snap.Genshin icon: /images/202209/SGLogoUpgrade64.png diff --git a/docs/en/community.md b/docs/en/community.md index 48dd0d242..f30c1a11b 100644 --- a/docs/en/community.md +++ b/docs/en/community.md @@ -2,6 +2,7 @@ headerDepth: 0 category: [Announcement] comment: false +icon: community order: 8 --- diff --git a/docs/en/i18n.md b/docs/en/i18n.md index 4cd9f4acb..adabd57f3 100644 --- a/docs/en/i18n.md +++ b/docs/en/i18n.md @@ -2,6 +2,7 @@ headerDepth: 0 category: [Announcement, i18n] comment: false +icon: network order: 7 --- diff --git a/docs/en/project.md b/docs/en/project.md index 2619e6906..c6cfb758f 100644 --- a/docs/en/project.md +++ b/docs/en/project.md @@ -3,6 +3,7 @@ headerDepth: 0 category: - 公告 comment: false +icon: workingDirectory order: 6 --- diff --git a/docs/en/quick-start.md b/docs/en/quick-start.md index 46590f4d6..22b60a969 100644 --- a/docs/en/quick-start.md +++ b/docs/en/quick-start.md @@ -5,6 +5,7 @@ category: - Feature - Tutorial comment: false +icon: play order: 5 --- diff --git a/docs/zh/README.md b/docs/zh/README.md index 38abd465b..9b7ebcb77 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -5,7 +5,7 @@ title: 首页 heroImage: https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oaGvKE1g6dut0pICS_!!1797064093.png_.webp heroAlt: 胡桃工具箱 heroText: 胡桃工具箱 -tagline: 实用的开源多功能原神工具箱🧰 +tagline: 实用的开源多功能原神工具箱 🧰 bgImage: /images/202308/head-back.png bgImageDark: /images/202308/head-back.png actions: diff --git a/docs/zh/community.md b/docs/zh/community.md index d8830c9c1..42d561a51 100644 --- a/docs/zh/community.md +++ b/docs/zh/community.md @@ -3,6 +3,7 @@ headerDepth: 0 category: [公告] redirectFrom: /community.html comment: false +icon: community order: 8 --- diff --git a/docs/zh/i18n.md b/docs/zh/i18n.md index 0f96f8134..b35855c67 100644 --- a/docs/zh/i18n.md +++ b/docs/zh/i18n.md @@ -3,6 +3,7 @@ headerDepth: 0 category: [公告, i18n] redirectFrom: /i18n.html comment: false +icon: network order: 7 --- diff --git a/docs/zh/project.md b/docs/zh/project.md index 6a8a93a5f..c91c327bd 100644 --- a/docs/zh/project.md +++ b/docs/zh/project.md @@ -3,6 +3,7 @@ headerDepth: 0 category: [公告] redirectFrom: /project.html comment: false +icon: workingDirectory order: 6 --- diff --git a/docs/zh/quick-start.md b/docs/zh/quick-start.md index 270c7cd4d..5ecd37449 100644 --- a/docs/zh/quick-start.md +++ b/docs/zh/quick-start.md @@ -4,6 +4,7 @@ externalLinkIcon: false category: [功能, 教程] redirectFrom: /quick-start.html comment: false +icon: play order: 5 ---