mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
添加工作流备注功能
This commit is contained in:
@@ -93,6 +93,7 @@ export default {
|
||||
sendMessage: 'Send Message',
|
||||
transferFile: 'Transfer File',
|
||||
invokePlugin: 'Invoke Plugin',
|
||||
note: 'Note',
|
||||
},
|
||||
qualityOptions: {
|
||||
all: 'All',
|
||||
@@ -660,6 +661,12 @@ export default {
|
||||
actionParams: 'Action Parameters',
|
||||
loadPluginSettingFailed: 'Failed to load plugin settings',
|
||||
},
|
||||
note: {
|
||||
title: 'Note',
|
||||
subtitle: 'Add workflow description notes',
|
||||
content: 'Note Content',
|
||||
placeholder: 'Please enter note content...',
|
||||
},
|
||||
title: 'Workflow',
|
||||
share: 'Workflow Share',
|
||||
searchShares: 'Search Workflow Shares',
|
||||
|
||||
Reference in New Issue
Block a user