feat: 更新 RemoteApp 类以支持 ListenProcessParams 和改进消息处理逻辑

fix: 更新 package.json 版本号至 0.1.2
feat: 在部署函数中添加 detect 标志以增强功能
This commit is contained in:
2026-02-05 03:00:51 +08:00
parent 037146bf51
commit a46510949b
3 changed files with 12 additions and 8 deletions

View File

@@ -236,6 +236,7 @@ const deployLoadFn = async (id: string, org?: string) => {
data: {
id: id,
username: org,
detect: true,
},
});
if (res.code === 200) {