feat: 更新 RemoteApp 类以支持 ListenProcessParams 和改进消息处理逻辑
fix: 更新 package.json 版本号至 0.1.2 feat: 在部署函数中添加 detect 标志以增强功能
This commit is contained in:
@@ -236,6 +236,7 @@ const deployLoadFn = async (id: string, org?: string) => {
|
||||
data: {
|
||||
id: id,
|
||||
username: org,
|
||||
detect: true,
|
||||
},
|
||||
});
|
||||
if (res.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user