diff --git a/arguments-builder.config.ts b/arguments-builder.config.ts index 5a5eafe..b769e6f 100644 --- a/arguments-builder.config.ts +++ b/arguments-builder.config.ts @@ -192,13 +192,6 @@ export default defineConfig({ }, ], }, - { - key: "ShowOnly", - name: "[字幕] 只显示翻译字幕", - defaultValue: false, - type: "boolean", - description: "是否仅显示翻译后的字幕,不显示源语言字幕。", - }, { key: "Position", name: "[字幕] 主语言(源语言)字幕位置", @@ -233,5 +226,12 @@ export default defineConfig({ }, ], }, + { + key: "ShowOnly", + name: "[翻译器] 只显示翻译字幕", + defaultValue: false, + type: "boolean", + description: "是否仅显示翻译后的字幕,不显示源语言字幕。", + }, ], });