feat: 调整脚本功能

This commit is contained in:
duanshuwen
2026-04-12 17:01:04 +08:00
parent c16fc93685
commit 6432634d17
11 changed files with 58 additions and 158 deletions

View File

@@ -249,6 +249,8 @@ async function confirmDelete(id: string) {
confirmButtonText: t('common.delete', 'Delete'),
cancelButtonText: t('common.cancel', 'Cancel'),
type: 'warning',
lockScroll: false,
closeOnClickModal: false,
},
);
await store.deleteScript(id);