feat(main): 预加载云端配置并优化下载逻辑

- 在主线程中添加云端配置预加载功能
- 优化下载 URL 获取逻辑,使用预加载的配置数据
- 添加配置数据缺失和版本更新提示功能
- 调整动画系统,添加动画完成信号
- 重构部分代码以提高可维护性和可读性
This commit is contained in:
hyb-oyqq
2025-07-18 12:01:51 +08:00
parent ffcb527adc
commit 2e6f71d962
4 changed files with 191 additions and 100 deletions

View File

@@ -3,7 +3,7 @@ import base64
# 配置信息
app_data = {
"APP_VERSION": "1.1.0",
"APP_VERSION": "1.1.1",
"APP_NAME": "FRAISEMOE Addons Installer NEXT",
"TEMP": "TEMP",
"CACHE": "FRAISEMOE",