优化分享页面
This commit is contained in:
@@ -25,6 +25,9 @@ export const BAND_Q_MAX = 10;
|
||||
/** Maximum headphone PEQ presets stored on device. */
|
||||
export const PEQ_PRESET_MAX = 50;
|
||||
|
||||
/** Maximum characters for a custom PEQ preset name (letter, CJK, symbol, or space = 1). */
|
||||
export const PEQ_PRESET_NAME_MAX_LENGTH = 80;
|
||||
|
||||
export type BandParamKind = "freq" | "gain" | "q";
|
||||
|
||||
/* ── Band param value box style ── */
|
||||
|
||||
Reference in New Issue
Block a user