feat: 添加多个可视化编辑schema

This commit is contained in:
Junyan Qin
2024-10-16 15:34:30 +08:00
parent 18cce189a4
commit a313ae5f97
14 changed files with 547 additions and 13 deletions

View File

@@ -184,7 +184,8 @@ class PlatformManager:
tasks.append(exception_wrapper(adapter))
for task in tasks:
asyncio.create_task(task)
async_task = asyncio.create_task(task)
self.ap.asyncio_tasks.append(async_task)
except Exception as e:
self.ap.logger.error('平台适配器运行出错: ' + str(e))