update
This commit is contained in:
@@ -14,7 +14,7 @@ TOOL_YEAR = "2025"
|
||||
TOOL_MOD_FILENAME = f"{TOOL_NAME.lower()}.mod"
|
||||
TOOL_LANG = "en_US"
|
||||
TOOL_WSCL_NAME = f"{TOOL_NAME}WorkspaceControl"
|
||||
TOOL_HELP_URL = f"https://gitea.cgnico.com/CGNICO/{TOOL_NAME}/wiki"
|
||||
TOOL_HELP_URL = f"http://10.72.61.59:3000/ArtGroup/{TOOL_NAME}/wiki"
|
||||
|
||||
# Path Configuration
|
||||
TOOL_PATH = os.path.dirname(os.path.abspath(__file__)).replace("\\", "/")
|
||||
@@ -31,7 +31,7 @@ TOOL_COMMAND_ICON = TOOL_ICON
|
||||
|
||||
# UI 默认尺寸
|
||||
TOOL_HEIGHT = 800
|
||||
TOOL_WIDTH = 600
|
||||
TOOL_WIDTH = 500
|
||||
|
||||
# DNA Config
|
||||
# GUI相关常量
|
||||
|
Reference in New Issue
Block a user