eafonyang
|
ab5d85841b
|
feat(firmware): 缓存并异步获取固件版本名称以优化UI展示
- 新增固件版本名称本地缓存机制,缓存有效期30分钟,存储于localStorage
- 实现本地读取缓存函数,确保读取失败、无效或过期时返回null
- 实现缓存写入函数,容忍私密模式或配额限制导致的写入失败
- 新增异步获取云端固件版本名称函数,支持开发环境代理和生产环境自动切换
- SystemPage中首选尝试读取本地缓存,命中则直接显示版本名称避免接口请求
- 缓存未命中时异步调用云端接口获取版本名称,失败则使用本地格式兜底显示
- UI中固件版本行新增loading动画指示异步加载状态
- 调整固件版本格式显示函数,自动识别新旧版本号格式展示方式
|
2026-09-09 14:14:30 +08:00 |
|
eafonyang
|
33a5b8a9b0
|
feat(api): 新增 UAC 版本支持及相关界面改进
- 在音频参数中加入 uac_ver 字段,支持区分 UAC 2.0 和 UAC 1.0
- 在多语言资源中添加 UAC 版本选项及对应标签(中英文、德语、西班牙语、法语、繁体中文等)
- 在 AudioPage 页面新增 UAC 版本选择组件,支持用户选择不同版本
- 在 SelectPage 中加入 uac_ver 的映射,保证数据正确传递
- 为 UAC 版本选项新增“Custom”自定义项,丰富配置可能性
|
2026-09-08 14:19:26 +08:00 |
|
eafonyang
|
b7fdfe0101
|
version>=29 使用了新的重命名接口、EQ 排序功能
|
2026-07-07 17:14:52 +08:00 |
|
allen2fuc
|
8a358d10e3
|
0702大更新
|
2026-07-06 14:50:06 +08:00 |
|
allen2fuc
|
4d8160e273
|
AI 应用 EQ 前检查 HP-EQ 是否已开启
未开启时弹出确认框,确认后先启用 peqEnable 再应用优化参数。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-06 14:48:34 +08:00 |
|
eafonyang
|
8283ffcf14
|
新增氛围灯功能,对 EQ 名称长度做限制
|
2026-06-30 15:28:53 +08:00 |
|
eafonyang
|
0d577f939c
|
新增 build:test 方便构建线上的测试环境,优化分享码功能的交互
|
2026-06-17 16:51:43 +08:00 |
|
eafonyang
|
a045db235a
|
拆分 EQPage 页面,新增分享码功能,修复 bug,优化性能
|
2026-06-15 18:39:07 +08:00 |
|
eafonyang
|
1b0b447eee
|
修复 bug
|
2026-06-12 15:58:08 +08:00 |
|
eafonyang
|
28aa90296f
|
增加兼容低版本内核的页面
|
2026-06-02 19:55:09 +08:00 |
|
yangy
|
ce55be295a
|
Update Vite configuration to deduplicate React and React-DOM; enhance DeviceContext with syncPeqCatalog method for improved PEQ state management; refactor LuxsinAPI to streamline PEQ filter updates; replace range input with ThumbOnlyRangeSlider in Home component for better user experience.
|
2026-05-28 15:18:17 +08:00 |
|
yangy
|
b59a7bb583
|
修复bug
|
2026-05-27 15:10:04 +08:00 |
|
yangy
|
edd677c79d
|
Refactor LuxsinAPI to correct firmware version comparison in boot sound settings; enhance useStrokeDrawAnimation hook to support path updates without replaying animation. Update EQPage to utilize new animation options for smoother transitions during EQ parameter edits.
|
2026-05-18 17:21:00 +08:00 |
|
yangy
|
ba5f5d074a
|
Enhance DeviceContext and LuxsinAPI to support new PEQ apply functionality; update locale files for English and Chinese to include new UI strings for applying and saving PEQ settings. Refactor AudioPage and EQPage to integrate boot sound management and improve state handling.
|
2026-05-18 13:42:29 +08:00 |
|
allen2fuc
|
2b1c69460f
|
更新后刷新配置到设备
|
2026-05-12 11:14:27 +08:00 |
|
yangy
|
24278c263f
|
Implement HTTPS redirection for certificate trust issues in LuxsinAPI and update image paths in Home component to use BASE_URL for consistency.
|
2026-04-21 16:10:12 +08:00 |
|
yangy
|
060258ea2d
|
Enhance Vite configuration with custom input for rollup, update ConnectScreen to validate IP input before connection, and modify DeviceContext to support dynamic IP handling in LuxsinAPI. Adjust VUPage to use BASE_URL for image previews.
|
2026-04-21 15:29:29 +08:00 |
|
yangy
|
cf970a6a7f
|
Refactor ConnectScreen to use logo image instead of SVG, enhance EQPage with batch editing functionality for PEQ settings, and implement power off confirmation dialog in Home component. Update localization files for new power off features.
|
2026-04-21 14:31:31 +08:00 |
|
yangy
|
22fdf39670
|
Implement Luxsin audio API integration: Add proxy configuration in Vite for CORS handling, enhance luxsinApi with brand and model fetching functions, and update EQPage to support audio catalog browsing and searching. Introduce new state management for catalog brands and models.
|
2026-04-20 17:51:23 +08:00 |
|
yangy
|
0e7670c215
|
Refactor Vite configuration for improved chunking strategy and caching. Enhance DeviceContext with new upgradePeqChange method for PEQ updates. Update audio page to support localized labels and dynamic volume control. Introduce new filter types and improve EQPage functionality with enhanced frequency response visualization.
|
2026-04-17 17:57:39 +08:00 |
|
yangy
|
4246e8ce27
|
Enhance audio page functionality: Added vuSensor state management and updated balance and vu sensitivity calculations. Adjusted slider ranges and improved real-time updates for audio settings. Localized system page labels for better user experience.
|
2026-04-14 16:33:52 +08:00 |
|
yangy
|
502f708336
|
Enhance audio settings: Added loudness controls and headphone model synchronization. Updated PeqState interface to include peq filters. Improved EQPage to dynamically load headphone models based on device state.
|
2026-04-01 16:29:52 +08:00 |
|
yangy
|
30db710093
|
Initial commit: 提交控制器版本2核心代码
|
2026-03-31 18:52:37 +08:00 |
|