From a27633ff85defa89472e6ebe333fa02ecbef4c93 Mon Sep 17 00:00:00 2001 From: Roren Date: Fri, 30 Aug 2024 20:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E2=80=9C=E6=B8=B8=E7=8E=A9?= =?UTF-8?q?=E6=8C=87=E5=8D=97=E2=80=9D=E8=BF=99=E4=B8=80=E6=A0=8F=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/navbar.ts | 1 + src/.vuepress/sidebar.ts | 3 ++- src/playing/index.md | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/navbar.ts b/src/.vuepress/navbar.ts index 76dd8ef..0d47781 100644 --- a/src/.vuepress/navbar.ts +++ b/src/.vuepress/navbar.ts @@ -3,6 +3,7 @@ import { navbar } from "vuepress-theme-hope"; export default navbar([ "/", "/get-start/", + "/playing/" // { // text: "指南", // icon: "lightbulb", diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index 332bab5..2bbbca4 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -1,5 +1,6 @@ import { sidebar } from "vuepress-theme-hope"; export default sidebar({ - "/get-start": "structure" + "/get-start": "structure", + "/playing": "structure" }); diff --git a/src/playing/index.md b/src/playing/index.md index 31bed7b..77ef627 100644 --- a/src/playing/index.md +++ b/src/playing/index.md @@ -1 +1,20 @@ +--- +title: 游玩文档 +# 这是页面的图标 +icon: file +author: Natsumi +date: 2024-08-30 +# 一个页面可以有多个分类 +category: + - 游玩文档 +# 一个页面可以有多个标签 +tag: + - 游戏中 +# 此页面会在文章列表置顶 +sticky: true +# 此页面会出现在星标文章中 +star: true +copyright: Copyright © 2024 BetterMinecraftHelpDocs Project +--- + 本处将会提供有关于游玩中的问题的文档 \ No newline at end of file