脚本管理增加强制打开文件操作

This commit is contained in:
whyour
2025-03-16 17:57:13 +08:00
parent cf94ecfb11
commit 576408de01
14 changed files with 347 additions and 130 deletions
-12
View File
@@ -266,9 +266,6 @@ const Subscription = () => {
}
});
},
onCancel() {
console.log('Cancel');
},
});
};
@@ -302,9 +299,6 @@ const Subscription = () => {
}
});
},
onCancel() {
console.log('Cancel');
},
});
};
@@ -370,9 +364,6 @@ const Subscription = () => {
}
});
},
onCancel() {
console.log('Cancel');
},
});
};
@@ -415,9 +406,6 @@ const Subscription = () => {
}
});
},
onCancel() {
console.log('Cancel');
},
});
};