拆分 EQPage 页面,新增分享码功能,修复 bug,优化性能
This commit is contained in:
+432
-101
@@ -53,10 +53,29 @@
|
||||
"pageTitle": "输入输出",
|
||||
"inputSection": "输入",
|
||||
"outputSection": "输出",
|
||||
"inputOptions": ["USB-B", "USB-C", "同轴", "光纤", "蓝牙", "IIS"],
|
||||
"outputOptions": ["XLR", "RCA", "耳机", "XLR/RCA"],
|
||||
"input": { "coaxial": "同轴", "optical": "光纤", "bluetooth": "蓝牙", "rca": "模拟RCA" },
|
||||
"output": { "headset": "耳机" }
|
||||
"inputOptions": [
|
||||
"USB-B",
|
||||
"USB-C",
|
||||
"同轴",
|
||||
"光纤",
|
||||
"蓝牙",
|
||||
"IIS"
|
||||
],
|
||||
"outputOptions": [
|
||||
"XLR",
|
||||
"RCA",
|
||||
"耳机",
|
||||
"XLR/RCA"
|
||||
],
|
||||
"input": {
|
||||
"coaxial": "同轴",
|
||||
"optical": "光纤",
|
||||
"bluetooth": "蓝牙",
|
||||
"rca": "模拟RCA"
|
||||
},
|
||||
"output": {
|
||||
"headset": "耳机"
|
||||
}
|
||||
},
|
||||
"effect": {
|
||||
"pageTitle": "音效",
|
||||
@@ -74,25 +93,75 @@
|
||||
"style": {
|
||||
"label": "风格",
|
||||
"options": [
|
||||
{ "index": 0, "label": "古典" },
|
||||
{ "index": 1, "label": "舞曲" },
|
||||
{ "index": 2, "label": "流行" },
|
||||
{ "index": 3, "label": "雷鬼" },
|
||||
{ "index": 4, "label": "现场" },
|
||||
{ "index": 5, "label": "摇滚" },
|
||||
{ "index": 6, "label": "柔和" },
|
||||
{ "index": 7, "label": "电子乐" },
|
||||
{ "index": 8, "label": "俱乐部" },
|
||||
{ "index": 9, "label": "全低音" },
|
||||
{ "index": 10, "label": "全高音" },
|
||||
{ "index": 11, "label": "耳机" },
|
||||
{ "index": 12, "label": "大厅" },
|
||||
{ "index": 13, "label": "聚合" },
|
||||
{ "index": 14, "label": "斯卡" },
|
||||
{ "index": 15, "label": "慢摇" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "古典"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "舞曲"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "流行"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "雷鬼"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"label": "现场"
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"label": "摇滚"
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"label": "柔和"
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"label": "电子乐"
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"label": "俱乐部"
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"label": "全低音"
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"label": "全高音"
|
||||
},
|
||||
{
|
||||
"index": 11,
|
||||
"label": "耳机"
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"label": "大厅"
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"label": "聚合"
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"label": "斯卡"
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"label": "慢摇"
|
||||
}
|
||||
]
|
||||
},
|
||||
"stereoWidth": { "label": "声场宽度" },
|
||||
"stereoWidth": {
|
||||
"label": "声场宽度"
|
||||
},
|
||||
"crossfeed": {
|
||||
"label": "交叉反馈",
|
||||
"options": [
|
||||
@@ -109,8 +178,14 @@
|
||||
"output": {
|
||||
"label": "输出方式",
|
||||
"options": [
|
||||
{ "label": "单声道", "index": 0 },
|
||||
{ "label": "立体声", "index": 1 }
|
||||
{
|
||||
"label": "单声道",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"label": "立体声",
|
||||
"index": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -265,8 +340,40 @@
|
||||
"paramInputInvalid": "请输入有效数值",
|
||||
"paramInputOutOfRangeFreq": "频率需在 {{min}} – {{max}} Hz 之间",
|
||||
"paramInputOutOfRangeGain": "增益需在 {{min}} – {{max}} dB 之间",
|
||||
"paramInputOutOfRangeQ": "Q 值需在 {{min}} – {{max}} 之间"
|
||||
}
|
||||
"paramInputOutOfRangeQ": "Q 值需在 {{min}} – {{max}} 之间",
|
||||
"overwritePresetTitle": "预设名称已存在",
|
||||
"overwritePresetDesc": "预设「{{name}}」已存在,确认覆盖原有数据吗?",
|
||||
"overwritePresetConfirm": "覆盖",
|
||||
"overwritePresetCancelled": "已取消",
|
||||
"shareTitle": "分享 EQ",
|
||||
"shareSelectHint": "选择要分享的 EQ 预设",
|
||||
"shareConfirm": "生成分享码",
|
||||
"shareCodeLabel": "分享码",
|
||||
"shareCopied": "已复制分享码",
|
||||
"shareGenerating": "生成中…",
|
||||
"shareCreateFail": "生成分享码失败",
|
||||
"shareActiveExists": "已有未过期的分享码,请稍后再试",
|
||||
"shareInvalidParams": "请求参数无效,请检查后重试",
|
||||
"shareSystemError": "系统错误,请稍后重试",
|
||||
"shareExpireAt": "有效期至",
|
||||
"importTab": "导入 EQ",
|
||||
"importCodeHint": "输入或粘贴 5 位分享码",
|
||||
"importQuery": "查询",
|
||||
"importQuerying": "查询中…",
|
||||
"importCodeNotFound": "分享码不存在或已过期",
|
||||
"importEqName": "EQ 名称",
|
||||
"importButton": "导入",
|
||||
"importSaving": "导入中…",
|
||||
"importSuccess": "EQ 导入成功",
|
||||
"importFail": "EQ 导入失败",
|
||||
"mySharesTab": "我的分享",
|
||||
"mySharesLoading": "加载中…",
|
||||
"mySharesEmpty": "暂无分享记录",
|
||||
"mySharesCode": "分享码",
|
||||
"mySharesName": "EQ 名称",
|
||||
"mySharesLoadFail": "加载分享列表失败"
|
||||
},
|
||||
"share": "分享 EQ"
|
||||
},
|
||||
"dac": {
|
||||
"sectionBalanceSensitivity": "平衡与灵敏度",
|
||||
@@ -278,42 +385,90 @@
|
||||
"filters": {
|
||||
"label": "滤波特性",
|
||||
"options": [
|
||||
{ "index": 0, "label": "快速滚降" },
|
||||
{ "index": 1, "label": "慢速滚降" },
|
||||
{ "index": 2, "label": "短延迟快速滚降" },
|
||||
{ "index": 3, "label": "短延迟慢速滚降" },
|
||||
{ "index": 4, "label": "去重强调" },
|
||||
{ "index": 5, "label": "非过采样(NOS)" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "快速滚降"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "慢速滚降"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "短延迟快速滚降"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "短延迟慢速滚降"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"label": "去重强调"
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"label": "非过采样(NOS)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dacGain": {
|
||||
"label": "耳机增益",
|
||||
"options": [
|
||||
{ "index": 0, "label": "低" },
|
||||
{ "index": 1, "label": "中" },
|
||||
{ "index": 2, "label": "高" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "低"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "中"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "高"
|
||||
}
|
||||
]
|
||||
},
|
||||
"autoImpedance": {
|
||||
"label": "自动检测耳机阻抗",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "打开" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "打开"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dreMode": {
|
||||
"label": "动态范围增强",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "打开" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "打开"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dacVolumeDirect": {
|
||||
"label": "前级输出音量直通模式",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "0dB" },
|
||||
{ "index": 2, "label": "-12dB" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "0dB"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "-12dB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dacVolumeDirectConfirm": {
|
||||
@@ -328,51 +483,126 @@
|
||||
"bootVolume": {
|
||||
"label": "开机音量",
|
||||
"options": [
|
||||
{ "index": 0, "label": "默认" },
|
||||
{ "index": 1, "label": "-5dB" },
|
||||
{ "index": 2, "label": "-10dB" },
|
||||
{ "index": 3, "label": "-15dB" },
|
||||
{ "index": 4, "label": "-20dB" },
|
||||
{ "index": 5, "label": "-25dB" },
|
||||
{ "index": 6, "label": "-30dB" },
|
||||
{ "index": 7, "label": "-35dB" },
|
||||
{ "index": 8, "label": "-40dB" },
|
||||
{ "index": 9, "label": "-45dB" },
|
||||
{ "index": 10, "label": "-50dB" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "默认"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "-5dB"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "-10dB"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "-15dB"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"label": "-20dB"
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"label": "-25dB"
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"label": "-30dB"
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"label": "-35dB"
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"label": "-40dB"
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"label": "-45dB"
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"label": "-50dB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"xlr": {
|
||||
"label": "XLR端口极性",
|
||||
"options": [
|
||||
{ "index": 0, "label": "正常" },
|
||||
{ "index": 1, "label": "反向" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "正常"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "反向"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arc": {
|
||||
"label": "ARC模式",
|
||||
"options": [
|
||||
{ "index": 0, "label": "ARC" },
|
||||
{ "index": 1, "label": "EARC" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "ARC"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "EARC"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mutePolar": {
|
||||
"label": "IIS静音电平",
|
||||
"options": [
|
||||
{ "index": 0, "label": "低电平" },
|
||||
{ "index": 1, "label": "高电平" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "低电平"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "高电平"
|
||||
}
|
||||
]
|
||||
},
|
||||
"IISMode": {
|
||||
"label": "IIS模式",
|
||||
"options": [
|
||||
{ "index": 0, "label": "模式1" },
|
||||
{ "index": 1, "label": "模式2" },
|
||||
{ "index": 2, "label": "模式3" },
|
||||
{ "index": 3, "label": "模式4" },
|
||||
{ "index": 4, "label": "模式5" },
|
||||
{ "index": 5, "label": "模式6" },
|
||||
{ "index": 6, "label": "模式7" },
|
||||
{ "index": 7, "label": "模式8" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "模式1"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "模式2"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "模式3"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "模式4"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"label": "模式5"
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"label": "模式6"
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"label": "模式7"
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"label": "模式8"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -382,72 +612,161 @@
|
||||
"screenBrightness": {
|
||||
"label": "屏幕亮度",
|
||||
"options": [
|
||||
{ "index": 0, "label": "较亮" },
|
||||
{ "index": 1, "label": "中等" },
|
||||
{ "index": 2, "label": "较暗" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "较亮"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "中等"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "较暗"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sleep": {
|
||||
"label": "休眠",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "无信号1分钟" },
|
||||
{ "index": 2, "label": "无信号5分钟" },
|
||||
{ "index": 3, "label": "无信号10分钟" },
|
||||
{ "index": 4, "label": "无信号15分钟" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "无信号1分钟"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "无信号5分钟"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "无信号10分钟"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"label": "无信号15分钟"
|
||||
}
|
||||
]
|
||||
},
|
||||
"turnOffScreen": {
|
||||
"label": "关闭屏幕",
|
||||
"options": [
|
||||
{ "index": 0, "label": "常亮" },
|
||||
{ "index": 1, "label": "无操作30秒" },
|
||||
{ "index": 2, "label": "无操作1分钟" },
|
||||
{ "index": 3, "label": "无操作3分钟" },
|
||||
{ "index": 4, "label": "无操作5分钟" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "常亮"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "无操作30秒"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "无操作1分钟"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "无操作3分钟"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"label": "无操作5分钟"
|
||||
}
|
||||
]
|
||||
},
|
||||
"knobBrightness": {
|
||||
"label": "旋钮亮度",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "较亮" },
|
||||
{ "index": 2, "label": "中等" },
|
||||
{ "index": 3, "label": "较暗" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "较亮"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "中等"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "较暗"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"sleepTime": {
|
||||
"label": "休眠",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "无信号1分钟后" },
|
||||
{ "index": 2, "label": "无信号5分钟后" },
|
||||
{ "index": 3, "label": "无信号10分钟后" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "无信号1分钟后"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "无信号5分钟后"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "无信号10分钟后"
|
||||
}
|
||||
]
|
||||
},
|
||||
"buttonLight": {
|
||||
"label": "旋钮熄屏呼吸灯",
|
||||
"options": [
|
||||
{ "index": 0, "label": "开启" },
|
||||
{ "index": 1, "label": "关闭" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "开启"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "关闭"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": {
|
||||
"label": "语言",
|
||||
"options": [
|
||||
{ "index": 0, "label": "英语" },
|
||||
{ "index": 1, "label": "中文(繁体)" },
|
||||
{ "index": 2, "label": "中文(简体)" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "英语"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "中文(繁体)"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "中文(简体)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Automatic": {
|
||||
"label": "自动返回首页",
|
||||
"options": [
|
||||
{ "index": 0, "label": "关闭" },
|
||||
{ "index": 1, "label": "无操作20秒" },
|
||||
{ "index": 2, "label": "无操作40秒" },
|
||||
{ "index": 3, "label": "无操作60秒" }
|
||||
{
|
||||
"index": 0,
|
||||
"label": "关闭"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"label": "无操作20秒"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"label": "无操作40秒"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"label": "无操作60秒"
|
||||
}
|
||||
]
|
||||
},
|
||||
"systemPage": {
|
||||
@@ -498,10 +817,22 @@
|
||||
"welcomeDescription": "可以帮你查询与调整 {device} 的设置,分析耳机频响、优化 EQ,或者解答使用上的疑问。",
|
||||
"suggestionsLabel": "试试这样问",
|
||||
"suggestions": [
|
||||
{ "title": "优化我的 EQ", "prompt": "帮我优化当前 EQ,我希望人声更清晰一些" },
|
||||
{ "title": "推荐流行乐 EQ", "prompt": "推荐一套适合听流行音乐的 EQ 参数" },
|
||||
{ "title": "查看设备状态", "prompt": "帮我查看当前的音量、输入源和输出端口" },
|
||||
{ "title": "切换输入源", "prompt": "把输入源切换到 USB-C" }
|
||||
{
|
||||
"title": "优化我的 EQ",
|
||||
"prompt": "帮我优化当前 EQ,我希望人声更清晰一些"
|
||||
},
|
||||
{
|
||||
"title": "推荐流行乐 EQ",
|
||||
"prompt": "推荐一套适合听流行音乐的 EQ 参数"
|
||||
},
|
||||
{
|
||||
"title": "查看设备状态",
|
||||
"prompt": "帮我查看当前的音量、输入源和输出端口"
|
||||
},
|
||||
{
|
||||
"title": "切换输入源",
|
||||
"prompt": "把输入源切换到 USB-C"
|
||||
}
|
||||
],
|
||||
"inputPlaceholder": "问问关于设备、EQ、音效……",
|
||||
"thinking": "思考中…",
|
||||
|
||||
Reference in New Issue
Block a user