9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Improve config header

This commit is contained in:
Dreeam
2025-10-20 17:06:39 -04:00
parent f75132b28c
commit e683dc0593

View File

@@ -24,12 +24,18 @@ public class LeafGlobalConfig {
configFile.addComments("config-version", pickStringRegionBased(""" configFile.addComments("config-version", pickStringRegionBased("""
Leaf Config Leaf Config
Website: https://www.leafmc.one/
Docs: https://www.leafmc.one/docs/getting-started
GitHub Repo: https://github.com/Winds-Studio/Leaf GitHub Repo: https://github.com/Winds-Studio/Leaf
Discord: https://discord.com/invite/gfgAwdSEuM""", Discord: https://discord.com/invite/gfgAwdSEuM""",
""" """
Leaf Config Leaf 配置
GitHub Repo: https://github.com/Winds-Studio/Leaf
QQ Group: 619278377""")); 官网: 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 // Pre-structure to force order
structureConfig(); structureConfig();