新增 EQ撤销功能,用户调节的参数不满意可以点击回退到上一次,撤销栈最多存放 30 步

This commit is contained in:
eafonyang
2026-08-06 12:01:47 +08:00
parent 2cd61ea7b5
commit 6bab63ab3d
11 changed files with 593 additions and 9 deletions
+17
View File
@@ -303,6 +303,23 @@
"closeDrawer": "关闭",
"toastBatchApplied": "批量编辑已应用",
"toastBatchParseError": "批量编辑格式错误",
"undo": "撤销",
"toastUndo": "已撤销:{{detail}}",
"toastUndoEmpty": "已撤销",
"undoBandParam": "{{mode}} 频段{{band}} {{param}} {{from}} → {{to}}",
"undoSimpleParam": "{{param}} {{from}} → {{to}}",
"undoMultiple": "{{count}} 项变更({{summary}}",
"undoMoreSuffix": "(另有 {{count}} 项)",
"undoDetailSep": "",
"undoParamFreq": "频率",
"undoParamGain": "增益",
"undoParamQ": "Q",
"undoParamType": "滤波器",
"undoParamPreamp": "总增益",
"undoParamAuto": "AUTO",
"undoParamAbMode": "A/B",
"undoAutoOn": "开",
"undoAutoOff": "关",
"toastBrandsFail": "获取品牌列表失败",
"toastModelsFail": "获取型号列表失败",
"toastCurveFail": "获取曲线失败",