feat: 调整脚本功能
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user