From 94468448ad0359c70b3b948d49d5f37c16863560 Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 12 Jan 2023 05:18:04 -0800 Subject: [PATCH] Add category - Add category for all documents --- docs/FAQ/Gacha-system-and-export-principal.md | 2 ++ docs/FAQ/HttpRequestException.md | 4 ++++ docs/FAQ/artifact-rating-rules.md | 5 +++++ docs/FAQ/get-stoken-cookie-from-the-third-party.md | 5 +++++ docs/FAQ/how-to.md | 1 + docs/FAQ/mihoyo-risk-tip.md | 1 + docs/FAQ/why.md | 1 + docs/community.md | 5 +++++ docs/features/achievements.md | 1 + docs/features/character-data.md | 1 + docs/features/character-wiki.md | 1 + docs/features/daily-notes.md | 1 + docs/features/develop-plan.md | 1 + docs/features/game-launcher.md | 1 + docs/features/hutao-API.md | 1 + docs/features/hutao-settings.md | 1 + docs/features/mhy-account-switch.md | 1 + docs/features/weapon-wiki.md | 1 + docs/features/wish-export.md | 1 + docs/project.md | 5 +++++ docs/quick-start.md | 1 + docs/statements/bug-report.md | 1 + docs/statements/privacy-notice.md | 5 +++++ docs/statements/tos.md | 1 + 24 files changed, 48 insertions(+) diff --git a/docs/FAQ/Gacha-system-and-export-principal.md b/docs/FAQ/Gacha-system-and-export-principal.md index c22903089..cfaa83320 100644 --- a/docs/FAQ/Gacha-system-and-export-principal.md +++ b/docs/FAQ/Gacha-system-and-export-principal.md @@ -1,5 +1,7 @@ --- headerDepth: 0 +category: [FAQ] + --- # 祈愿系统与导出原理 diff --git a/docs/FAQ/HttpRequestException.md b/docs/FAQ/HttpRequestException.md index 0ec97fa0e..5fd563d85 100644 --- a/docs/FAQ/HttpRequestException.md +++ b/docs/FAQ/HttpRequestException.md @@ -1,3 +1,7 @@ +--- +category: [FAQ] +--- + # `HttpRequestException`错误 > 相关 Issue: [https://github.com/DGP-Studio/Snap.Hutao/issues/100](https://github.com/DGP-Studio/Snap.Hutao/issues/100) diff --git a/docs/FAQ/artifact-rating-rules.md b/docs/FAQ/artifact-rating-rules.md index 184ec649f..b9674004a 100644 --- a/docs/FAQ/artifact-rating-rules.md +++ b/docs/FAQ/artifact-rating-rules.md @@ -1,3 +1,8 @@ +--- +category: [FAQ] + +--- + # 圣遗物评分机制 因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 diff --git a/docs/FAQ/get-stoken-cookie-from-the-third-party.md b/docs/FAQ/get-stoken-cookie-from-the-third-party.md index b97caa522..e3caf1003 100644 --- a/docs/FAQ/get-stoken-cookie-from-the-third-party.md +++ b/docs/FAQ/get-stoken-cookie-from-the-third-party.md @@ -1,3 +1,8 @@ +--- +category: [FAQ, 第三方工具] + +--- + # 使用第三方工具获取有 Stoken 的 cookie ::: warning diff --git a/docs/FAQ/how-to.md b/docs/FAQ/how-to.md index d0ff1e46b..1c1a55879 100644 --- a/docs/FAQ/how-to.md +++ b/docs/FAQ/how-to.md @@ -1,5 +1,6 @@ --- headerDepth: 1 +category: [FAQ] --- # 如何... diff --git a/docs/FAQ/mihoyo-risk-tip.md b/docs/FAQ/mihoyo-risk-tip.md index f83b89ef4..5be806bb3 100644 --- a/docs/FAQ/mihoyo-risk-tip.md +++ b/docs/FAQ/mihoyo-risk-tip.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [FAQ] --- # 账号风险及异常提示 diff --git a/docs/FAQ/why.md b/docs/FAQ/why.md index 8df844fd9..c71e3cc00 100644 --- a/docs/FAQ/why.md +++ b/docs/FAQ/why.md @@ -1,5 +1,6 @@ --- headerDepth: 1 +category: [FAQ] --- # 为什么... diff --git a/docs/community.md b/docs/community.md index 91a9fc86d..e25f7e496 100644 --- a/docs/community.md +++ b/docs/community.md @@ -1,3 +1,8 @@ +--- +headerDepth: 0 +category: [公告] +--- + # 加入用户社区 作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。 diff --git a/docs/features/achievements.md b/docs/features/achievements.md index e2bc6dd5c..9d11d135c 100644 --- a/docs/features/achievements.md +++ b/docs/features/achievements.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 成就管理 diff --git a/docs/features/character-data.md b/docs/features/character-data.md index fca8add4a..89bd4560e 100644 --- a/docs/features/character-data.md +++ b/docs/features/character-data.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 属性统计 diff --git a/docs/features/character-wiki.md b/docs/features/character-wiki.md index e1aeff453..726371f2d 100644 --- a/docs/features/character-wiki.md +++ b/docs/features/character-wiki.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 角色资料 diff --git a/docs/features/daily-notes.md b/docs/features/daily-notes.md index 3ad9ac0c8..686a2b8cf 100644 --- a/docs/features/daily-notes.md +++ b/docs/features/daily-notes.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 实时便笺 diff --git a/docs/features/develop-plan.md b/docs/features/develop-plan.md index eaca54e12..422aafc7a 100644 --- a/docs/features/develop-plan.md +++ b/docs/features/develop-plan.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 养成计划 diff --git a/docs/features/game-launcher.md b/docs/features/game-launcher.md index 7a9a70ff4..f3e5d755a 100644 --- a/docs/features/game-launcher.md +++ b/docs/features/game-launcher.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 高级启动器 diff --git a/docs/features/hutao-API.md b/docs/features/hutao-API.md index 230ab9c06..9696486f6 100644 --- a/docs/features/hutao-API.md +++ b/docs/features/hutao-API.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 胡桃数据库/深渊统计 diff --git a/docs/features/hutao-settings.md b/docs/features/hutao-settings.md index dd3654482..ea0f34a9b 100644 --- a/docs/features/hutao-settings.md +++ b/docs/features/hutao-settings.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 软件设置 diff --git a/docs/features/mhy-account-switch.md b/docs/features/mhy-account-switch.md index ffe26166b..056f347d7 100644 --- a/docs/features/mhy-account-switch.md +++ b/docs/features/mhy-account-switch.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 米游社多帐号切换 diff --git a/docs/features/weapon-wiki.md b/docs/features/weapon-wiki.md index a55929fc4..af69cf5a2 100644 --- a/docs/features/weapon-wiki.md +++ b/docs/features/weapon-wiki.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 武器资料 diff --git a/docs/features/wish-export.md b/docs/features/wish-export.md index a6c89014b..0f0ac0abb 100644 --- a/docs/features/wish-export.md +++ b/docs/features/wish-export.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [功能,教程] --- # 祈愿记录 diff --git a/docs/project.md b/docs/project.md index 8b4f9e51d..762388a46 100644 --- a/docs/project.md +++ b/docs/project.md @@ -1,3 +1,8 @@ +--- +headerDepth: 0 +category: [公告] +--- + # 项目说明 胡桃工具箱是一个正在开发的程序,其将继承 Snap Genshin 中的功能,并添加更多的功能。 diff --git a/docs/quick-start.md b/docs/quick-start.md index fafd708fb..59694146c 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -1,6 +1,7 @@ --- pageClass: link-box externalLinkIcon: false +category: [功能,教程] --- # 快速开始 diff --git a/docs/statements/bug-report.md b/docs/statements/bug-report.md index 40baf9d26..bb6f7a1fb 100644 --- a/docs/statements/bug-report.md +++ b/docs/statements/bug-report.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [公告] --- # 提交BUG报告 diff --git a/docs/statements/privacy-notice.md b/docs/statements/privacy-notice.md index c6b3740da..196b3febe 100644 --- a/docs/statements/privacy-notice.md +++ b/docs/statements/privacy-notice.md @@ -1,3 +1,8 @@ +--- +headerDepth: 0 +category: [公告] +--- + # 用户数据和隐私权益 胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: diff --git a/docs/statements/tos.md b/docs/statements/tos.md index fce186f09..6829628eb 100644 --- a/docs/statements/tos.md +++ b/docs/statements/tos.md @@ -1,5 +1,6 @@ --- headerDepth: 0 +category: [公告] --- # 用户使用协议和法律声明