Skip to content

Commit 9523469

Browse files
Update src/components/Setting/config/play.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 177a81b commit 9523469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/Setting/config

src/components/Setting/config/play.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ export const usePlaySettings = (): SettingConfig => {
556556
"已针对“高效能模式(playback)”补偿了音频输出延迟,理论上不会造成歌词与音频不同步的问题。",
557557
options: [
558558
{ label: "低延迟模式(interactive)", value: "interactive" },
559-
{ label: "高能效模式(playback)", value: "playback" },
559+
{ label: "高效能模式(playback)", value: "playback" },
560560
],
561561
value: computed({
562562
get: () => settingStore.audioLatencyHint,

0 commit comments

Comments
 (0)