工作流新增调用插件功能组件

This commit is contained in:
jxxghp
2025-05-15 20:53:41 +08:00
parent 2978e46d02
commit 5b0d8d902b
8 changed files with 180 additions and 5 deletions
+11
View File
@@ -71,6 +71,7 @@ export default {
sendEvent: '发送事件',
sendMessage: '发送消息',
transferFile: '整理文件',
invokePlugin: '调用插件',
},
qualityOptions: {
all: '全部',
@@ -425,6 +426,8 @@ export default {
forceResume: '强制继续',
firstLastPiece: '优先首尾文件',
onlyLack: '仅下载缺失资源',
categoryPlaceholder: '多个使用,分隔',
savePathPlaceholder: '留空自动',
},
addSubscribe: {
title: '添加订阅',
@@ -532,6 +535,14 @@ export default {
exclude: '排除(关键字、正则式)',
ruleGroups: '过滤规则组',
},
invokePlugin: {
title: '调用插件',
subtitle: '调用插件执行特定操作',
plugin: '插件',
actionid: '动作ID',
actionParams: '动作参数',
loadPluginSettingFailed: '加载插件设置失败',
},
title: '工作流',
noWorkflow: '没有工作流',
noWorkflowDescription: '点击添加按钮创建工作流任务。',