修改变量名

This commit is contained in:
2025-06-29 01:42:05 +08:00
parent 7e3d3f4ac0
commit c990a4eb36
3 changed files with 7 additions and 7 deletions

View File

@@ -4,10 +4,10 @@ import module.resources
from PySide6.QtWidgets import QApplication
from ui.main import MainWindow
from utils.function import DEVELOPMENT_ENV
from utils.function import RELEASE_ENV
if __name__ == '__main__':
if DEVELOPMENT_ENV:
if RELEASE_ENV:
import pyi_splash
pyi_splash.update_text('正在启动...')