This commit is contained in:
xiaojunnuo
2025-04-10 23:44:11 +08:00
parent be1b6f8edc
commit f68af7dcf2
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export type CustomScriptContext = {
icon: 'ri:javascript-line',
desc: '【仅管理员】运行自定义js脚本执行',
group: pluginGroups.other.key,
showRunStrategy:true,
showRunStrategy: true,
default: {
strategy: {
runStrategy: RunStrategy.SkipWhenSucceed,