AI 应用 EQ 前检查 HP-EQ 是否已开启

未开启时弹出确认框,确认后先启用 peqEnable 再应用优化参数。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
allen2fuc
2026-07-06 14:48:34 +08:00
parent 62998de6e5
commit 4d8160e273
2 changed files with 69 additions and 2 deletions
+1
View File
@@ -138,6 +138,7 @@ export interface PeqFilter {
export interface PeqState {
filters: PeqFilter[];
peqSelect?: number;
peqEnable?: number;
peq?: Array<{
name: string;
filters?: PeqFilter[] | string;