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({
"/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",

View File

@@ -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: "功能指南",

View File

@@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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