This commit is contained in:
2025-05-07 01:31:21 +08:00
parent d27ef50341
commit 27240530b6
18 changed files with 2033 additions and 1160 deletions

View File

@@ -29,6 +29,10 @@ DNA_FILE_PATH = os.path.join(TOOL_PATH, "assets", "dna").replace("\\", "/")
DNA_IMG_PATH = os.path.join(TOOL_PATH, "assets", "img").replace("\\", "/")
TOOL_COMMAND_ICON = TOOL_ICON
# UI 默认尺寸
TOOL_HEIGHT = 800
TOOL_WIDTH = 600
# DNA Config
# GUI相关常量
GUI_HOLDER = "GUI_Holder"