eafonyang
b7fdfe0101
version>=29 使用了新的重命名接口、EQ 排序功能
2026-07-07 17:14:52 +08:00
eafonyang
61fc54cd5a
重命名 EQ 名称增加等待时间
2026-07-07 09:48:39 +08:00
eafonyang
94224421a3
优化首页图标,用 lucide-react 代替了蓝牙模块的图标
2026-07-03 11:11:10 +08:00
eafonyang
ac7b5da0f0
当设备未连接时,各页面默认显示英文语言的文本,并在标题追加 (Disconnect)
2026-07-01 11:23:06 +08:00
eafonyang
8283ffcf14
新增氛围灯功能,对 EQ 名称长度做限制
2026-06-30 15:28:53 +08:00
eafonyang
e16c3ebd9d
清理项目没用的代码,新增 EQ 预设管理界面
2026-06-18 12:01:12 +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
fc6f89b5f4
优化 modelCurve 接口的调用时机,加上缓存,减少调用频率
2026-06-10 17:52:38 +08:00
eafonyang
f3961cc72a
Update project dependencies and configurations; remove deprecated package settings and enhance legacy build support
...
- Upgrade package manager to pnpm@11.5.2 and remove patched dependencies from package.json.
- Update pnpm-lock.yaml to reflect new dependency versions and remove obsolete entries.
- Refactor Vite configuration to improve legacy build handling, including new plugins for legacy CSS management.
- Remove unused client/index.html file and adjust paths in Vite config for better project structure.
- Enhance DesktopAIShell and EQPage components to support legacy build conditions and improve loading states for raw curves.
2026-06-09 14:24:30 +08:00
eafonyang
28aa90296f
增加兼容低版本内核的页面
2026-06-02 19:55:09 +08:00
yangy
ccbafdd720
Refactor EQPage component to enhance PEQ preset management by introducing a local cache for presets, improving frequency normalization and display functions, and updating related state handling methods. Add real-time slider preview for better user experience.
2026-05-29 14:47:33 +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
0c9e42b91c
Enhance DeviceContext to fetch and manage PEQ state; update EQPage to synchronize PEQ catalog and improve headphone selection logic based on PEQ state changes. Refactor related functions for better state handling and synchronization.
2026-05-26 12:22:45 +08:00
yangy
8fcad50e7d
Update locale files for English, Traditional Chinese, and Simplified Chinese to add new confirmation prompts for volume adjustments; refactor Home and EQPage components to integrate volume confirmation dialogs and enhance user interaction for setting volume levels.
2026-05-26 10:20:05 +08:00
yangy
21839ff339
Update locale files for English, Traditional Chinese, and Simplified Chinese to include new confirmation prompts for enabling audio effects; refactor EffectsPage and EQPage to integrate FeatureGate for managing effect states and user interactions.
2026-05-19 13:33:10 +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
yangy
b3d3f0edcb
Refactor BottomNav and CommunityPage to enhance community forum integration; update navigation logic for mobile and desktop views. Add new localized strings for community page and system settings, including device information and user prompts.
2026-05-13 17:42:26 +08:00
yangy
5285b886ea
Update locale files for English, Traditional Chinese, and Simplified Chinese to include new effect titles and crossfeed options; refactor EffectsPage to utilize localized labels and improve state management for audio effects.
2026-05-13 15:18:07 +08:00
yangy
c639c77383
Implement community forum integration in CommunityPage; update BottomNav to conditionally display community tab based on screen size. Add new audio processing function for combined PEQ magnitude calculation in peqAudio.
2026-05-12 15:13:20 +08:00
yangy
ae4ce8bb07
Refactor BottomNav to use localized labels for navigation items; added support for dynamic language selection based on device state. Updated locale files for English, Traditional Chinese, and Simplified Chinese to include bottom navigation labels.
2026-05-11 17:42:18 +08:00
yangy
4ca86ad60a
Refactor EQPage to support dual mode (A/B) for equalizer settings; added visibility toggles for frequency response curves and copy functionality between modes.
2026-04-30 17:02:13 +08:00
yangy
22ec4bb710
新增社区页面路由,更新底部导航以移除占位符,优化音量控制按钮样式和功能
2026-04-29 17:56:03 +08:00
yangy
49382f8f06
Update logo and enhance layout responsiveness; add stroke animation for frequency chart paths
2026-04-24 11:37:56 +08:00
yangy
6cce6d1f73
优化eq
2026-04-23 18:00:33 +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
0aa856ed84
Enhance PEQ functionality: Update PeqBandForResponse type to allow numeric filter types, and introduce buildPeqSvgCurveData function for reusable SVG curve data generation. Refactor EQPage to utilize new curve data for improved frequency response visualization and animation handling.
2026-04-20 17:58:11 +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
53f24d5bb4
Update project dependencies and configuration: Added ECharts for data visualization, integrated Terser for minification, and adjusted Vite configuration for production. Updated app title and ConnectScreen content to reflect new version. Enhanced EQPage with headphone model loading and frequency response chart rendering.
2026-04-09 17:00:44 +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