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

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
-6
View File
@@ -181,9 +181,6 @@ const Setting = () => {
}
});
},
onCancel() {
console.log('Cancel');
},
});
};
@@ -213,9 +210,6 @@ const Setting = () => {
}
});
},
onCancel() {
console.log('Cancel');
},
});
};