准备重大更新代码生成

This commit is contained in:
2025-08-04 19:19:32 +08:00
parent 254328ddc8
commit fe82822d58
12 changed files with 1572 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from .tools.part_download import DownloadThread # 新增导入
from urllib.parse import quote
class PartLibraryInterface(QWidget):
SERVER_URL = "http://154.37.215.220:5000"
SERVER_URL = "http://qutrobot.top:5000"
SECRET_KEY = "MRobot_Download"
LOCAL_LIB_DIR = "assets/mech_lib"