Update markdown and sidebar attributes

This commit is contained in:
Masterain
2023-08-27 00:53:32 -07:00
parent 9d787a90ac
commit a3c55bf371
12 changed files with 20 additions and 33 deletions

View File

@@ -3,21 +3,9 @@ import { sidebar } from "vuepress-theme-hope";
export const enSidebar = sidebar({ export const enSidebar = sidebar({
"/en/": [ "/en/": [
"", "",
{ "project",
icon: "workingDirectory", "i18n",
text: "Project", "quick-start",
link: "project",
},
{
icon: "network",
text: "Localization",
link: "i18n",
},
{
icon: "play",
text: "Quick Start",
link: "quick-start",
},
{ {
icon: "read", icon: "read",
text: "Features", text: "Features",

View File

@@ -3,21 +3,9 @@ import { sidebar } from "vuepress-theme-hope";
export const zhSidebar = sidebar({ export const zhSidebar = sidebar({
"/zh/": [ "/zh/": [
"", "",
{ "project",
icon: "workingDirectory", "i18n",
text: "项目介绍", "quick-start",
link: "project",
},
{
icon: "network",
text: "国际化支持",
link: "i18n",
},
{
icon: "play",
text: "快速开始",
link: "quick-start",
},
{ {
icon: "read", icon: "read",
text: "功能指南", text: "功能指南",

View File

@@ -6,6 +6,8 @@ heroImage: https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oaGvKE1g6dut0pICS
heroAlt: Snap Hutao heroAlt: Snap Hutao
heroText: Snap Hutao heroText: Snap Hutao
tagline: Multifunctional Open-source Genshin Toolkit 🧰 tagline: Multifunctional Open-source Genshin Toolkit 🧰
bgImage: /images/202308/head-back.png
bgImageDark: /images/202308/head-back.png
actions: actions:
- text: Download - text: Download
link: https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52 link: https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52
@@ -18,8 +20,9 @@ actions:
link: project.html link: project.html
highlights: highlights:
- header: 多合一的工具箱 - header: All-in-one Toolbox
description: 快速上手你期待的功能,探索你尚未尝试过的新工具 description: Quick start tools your need and explore more possibility
image: /images/202308/highlights-head.png
features: features:
- title: Better than Snap.Genshin - title: Better than Snap.Genshin
icon: /images/202209/SGLogoUpgrade64.png icon: /images/202209/SGLogoUpgrade64.png

View File

@@ -2,6 +2,7 @@
headerDepth: 0 headerDepth: 0
category: [Announcement] category: [Announcement]
comment: false comment: false
icon: community
order: 8 order: 8
--- ---

View File

@@ -2,6 +2,7 @@
headerDepth: 0 headerDepth: 0
category: [Announcement, i18n] category: [Announcement, i18n]
comment: false comment: false
icon: network
order: 7 order: 7
--- ---

View File

@@ -3,6 +3,7 @@ headerDepth: 0
category: category:
- 公告 - 公告
comment: false comment: false
icon: workingDirectory
order: 6 order: 6
--- ---

View File

@@ -5,6 +5,7 @@ category:
- Feature - Feature
- Tutorial - Tutorial
comment: false comment: false
icon: play
order: 5 order: 5
--- ---

View File

@@ -3,6 +3,7 @@ headerDepth: 0
category: [公告] category: [公告]
redirectFrom: /community.html redirectFrom: /community.html
comment: false comment: false
icon: community
order: 8 order: 8
--- ---

View File

@@ -3,6 +3,7 @@ headerDepth: 0
category: [公告, i18n] category: [公告, i18n]
redirectFrom: /i18n.html redirectFrom: /i18n.html
comment: false comment: false
icon: network
order: 7 order: 7
--- ---

View File

@@ -3,6 +3,7 @@ headerDepth: 0
category: [公告] category: [公告]
redirectFrom: /project.html redirectFrom: /project.html
comment: false comment: false
icon: workingDirectory
order: 6 order: 6
--- ---

View File

@@ -4,6 +4,7 @@ externalLinkIcon: false
category: [功能, 教程] category: [功能, 教程]
redirectFrom: /quick-start.html redirectFrom: /quick-start.html
comment: false comment: false
icon: play
order: 5 order: 5
--- ---