修复可能的web template找不到的问题

新增联网获取json启动
删除非-g传入启动json的方式
兼容传参参数名短横线与下划线
更新版本到0.10.1
修复Upload Registry镜像不匹配
This commit is contained in:
Xuwznln
2025-07-31 19:12:22 +08:00
parent 2b3cec5640
commit 2580e80d6f
13 changed files with 132 additions and 66 deletions

View File

@@ -34,9 +34,6 @@ def register_devices_and_resources(mqtt_client, lab_registry):
logger.info(f"[UniLab Register] 成功通过HTTP注册 {len(resources_to_register)} 个资源 {cost_time}ms")
else:
logger.error(f"[UniLab Register] HTTP注册资源失败: {response.status_code}, {response.text} {cost_time}ms")
time.sleep(10)
logger.info("[UniLab Register] 设备和资源注册完成.")