From cecde15f0160cbd090d0f33a46e25d4f79df591c Mon Sep 17 00:00:00 2001 From: SB <119761840+serverbread@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:08:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8D=E5=BC=95?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/process/plugin/other/Skript/AdvancedTutorials.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/process/plugin/other/Skript/AdvancedTutorials.md b/docs/process/plugin/other/Skript/AdvancedTutorials.md index 07fa537b5a..08d9e5eab2 100644 --- a/docs/process/plugin/other/Skript/AdvancedTutorials.md +++ b/docs/process/plugin/other/Skript/AdvancedTutorials.md @@ -499,7 +499,7 @@ new %javatype%[%integer%] null ``` -在 **Java** 中表示 `null` 。这与 **Skript** 的`不同 . +在 **Java** 中表示 `null` 。这与 **Skript** 的``不同 . ##### Bits @@ -585,4 +585,4 @@ effect put %objects% in %objects%: 返回给定插件的实例(字符串形式的名称或插件类)。 -更高级的用法及详细内容请自行查阅[skript-reflect文档](https://tpgamesnl.gitbook.io/skript-reflect) \ No newline at end of file +更高级的用法及详细内容请自行查阅[skript-reflect文档](https://tpgamesnl.gitbook.io/skript-reflect) From db6e01c6e646b124a62d8131325fb966ad26daca Mon Sep 17 00:00:00 2001 From: serverbread Date: Wed, 3 Jul 2024 21:30:30 +0800 Subject: [PATCH 2/2] fixed sidebar --- docs/advance/cross-server/build-up/build-up.md | 2 +- docs/advance/cross-server/server-core-choose.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advance/cross-server/build-up/build-up.md b/docs/advance/cross-server/build-up/build-up.md index 6d6b219107..33d506600b 100644 --- a/docs/advance/cross-server/build-up/build-up.md +++ b/docs/advance/cross-server/build-up/build-up.md @@ -1,7 +1,7 @@ --- title: 搭建 slug: /build -sidebar_position: 1 +sidebar_position: 2 --- # 搭建代理服 diff --git a/docs/advance/cross-server/server-core-choose.md b/docs/advance/cross-server/server-core-choose.md index 7555b08ee0..e869728c06 100644 --- a/docs/advance/cross-server/server-core-choose.md +++ b/docs/advance/cross-server/server-core-choose.md @@ -1,6 +1,6 @@ --- title: 核心选择 -sidebar_position: 2 +sidebar_position: 1 --- ## 核心选择