🚑 关闭了Debug模式

This commit is contained in:
Art_Sakura 2025-05-30 11:23:20 +08:00
parent db294e6998
commit fce307cc94

View File

@ -2,7 +2,7 @@ from pathlib import Path
from zhenxun.configs.path_config import DATA_PATH
g_bIsDebug = True
g_bIsDebug = False
g_sDBPath = DATA_PATH / "farm_db"
g_sDBFilePath = DATA_PATH / "farm_db/farm.db"