新增分享 EQ 功能,具体功能还没实现,先用伪代码

This commit is contained in:
eafonyang
2026-06-12 19:50:14 +08:00
parent 72d0872ced
commit 517ae96ab1
7 changed files with 586 additions and 828 deletions
+22 -1
View File
@@ -210,6 +210,7 @@
"Standard": "Standard equalizer preset",
"edit": "Batch Edit",
"headset": "Add HeadSet",
"share": "Share EQ",
"preamp": "Preamp",
"filters": {
"label": "Filters",
@@ -352,7 +353,27 @@
"paramInputInvalid": "Enter a valid number",
"paramInputOutOfRangeFreq": "Frequency must be between {{min}} and {{max}} Hz",
"paramInputOutOfRangeGain": "Gain must be between {{min}} and {{max}} dB",
"paramInputOutOfRangeQ": "Q must be between {{min}} and {{max}}"
"paramInputOutOfRangeQ": "Q must be between {{min}} and {{max}}",
"shareTitle": "Share EQ",
"shareSelectHint": "Select the EQ preset to share",
"shareConfirm": "Generate Code",
"shareCodeLabel": "Share Code",
"shareCopied": "Code copied",
"shareGenerating": "Generating…",
"importTab": "Import EQ",
"importCodeHint": "Enter or paste the 5-character share code",
"importQuery": "Query",
"importQuerying": "Querying…",
"importCodeNotFound": "Share code not found",
"importEqName": "EQ Name",
"importButton": "Import",
"importSuccess": "EQ imported successfully",
"mySharesTab": "My Shares",
"mySharesLoading": "Loading…",
"mySharesEmpty": "No shared EQ yet",
"mySharesCode": "Code",
"mySharesName": "EQ Name",
"mySharesLoadFail": "Failed to load share list"
}
},
"dac": {