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 78927d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 All @@ -218,7 +211,7 @@ export default defineConfig({
},
{
key: "Vendor",
name: "[翻译器]服务商API",
name: "[翻译器] 服务商API",
defaultValue: "Google",
type: "string",
description: "请选择翻译器所使用的服务商API,更多翻译选项请使用BoxJs。",
Expand All @@ -233,5 +226,12 @@ export default defineConfig({
},
],
},
{
key: "ShowOnly",
name: "[翻译器] 只显示翻译字幕",
defaultValue: false,
type: "boolean",
description: "是否仅显示翻译后的字幕,不显示源语言字幕。",
},
],
});

0 comments on commit 78927d4

Please sign in to comment.