From e683dc0593987abff1bf70773de15ed91c55473a Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:06:39 -0400 Subject: [PATCH] Improve config header --- .../org/dreeam/leaf/config/LeafGlobalConfig.java | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/leaf-server/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java b/leaf-server/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java index eba6cdf6..bb10665d 100644 --- a/leaf-server/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java +++ b/leaf-server/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java @@ -24,12 +24,18 @@ public class LeafGlobalConfig { configFile.addComments("config-version", pickStringRegionBased(""" Leaf Config + + Website: https://www.leafmc.one/ + Docs: https://www.leafmc.one/docs/getting-started GitHub Repo: https://github.com/Winds-Studio/Leaf Discord: https://discord.com/invite/gfgAwdSEuM""", """ - Leaf Config - GitHub Repo: https://github.com/Winds-Studio/Leaf - QQ Group: 619278377""")); + Leaf 配置 + + 官网: https://www.leafmc.one/zh/ + 文档: https://www.leafmc.one/zh/docs/getting-started + GitHub 仓库: https://github.com/Winds-Studio/Leaf + QQ社区群: 619278377""")); // Pre-structure to force order structureConfig();