Skip to content

Commit

Permalink
build(arguments-builder): new args
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
  • Loading branch information
VirgilClyne committed Oct 31, 2024
1 parent 7e81f98 commit 2804290
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,6 @@ export default defineConfig({
},
],
},
{
key: "ShowOnly",
name: "[字幕] 只显示翻译字幕",
defaultValue: false,
type: "boolean",
description: "是否仅显示翻译后的字幕,不显示源语言字幕。",
},
{
key: "Position",
name: "[字幕] 主语言(源语言)字幕位置",
Expand Down Expand Up @@ -233,5 +226,12 @@ export default defineConfig({
},
],
},
{
key: "ShowOnly",
name: "[翻译器] 只显示翻译字幕",
defaultValue: false,
type: "boolean",
description: "是否仅显示翻译后的字幕,不显示源语言字幕。",
},
],
});

0 comments on commit 2804290

Please sign in to comment.