update:更新教程

This commit is contained in:
hrz
2025-04-27 13:34:17 +08:00
parent b46bd4d0dd
commit 96d0f2e6f9
6 changed files with 28 additions and 125 deletions
@@ -177,5 +177,5 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.3.11";
public static final String VERSION = "0.3.12";
}
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from loguru import logger
from config.config_loader import load_config
SERVER_VERSION = "0.3.11"
SERVER_VERSION = "0.3.12"
def get_module_abbreviation(module_name, module_dict):