脚本管理重命名增加默认值,增加新建、删除快捷键

This commit is contained in:
whyour
2024-02-06 22:17:07 +08:00
parent 0ae1f284ec
commit f25fe27473
3 changed files with 38 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ const Config = () => {
};
useHotkeys(
'meta+s',
'mod+s',
(e) => {
updateConfig();
},