This commit is contained in:
毛鹏
2025-11-28 20:20:20 +08:00
parent 30c76f6b8e
commit b74f19590a

View File

@@ -6,7 +6,7 @@ from src.tools import project_dir
# ****************************************** 是否公开给其他人使用 ****************************************** #
IS_OPEN = False
# ****************************************** DEBUG ****************************************** #
IS_DEBUG = False
IS_DEBUG = True
# ************************************** 是否弹出首页弹窗 ************************************** #
IS_WINDOW = True