eafonyang
083423c4af
移除返回旧版入口和相关代码
2026-08-17 14:56:38 +08:00
eafonyang
5689ecb9e7
首页新增 what‘s new 入口,维护一个 changelog 文档
2026-08-06 14:39:36 +08:00
eafonyang
eb8b70773c
首页音量旋钮,不允许用户主动调节音量
2026-07-23 17:40:27 +08:00
eafonyang
0a216e1cc6
首页显示设备名称
2026-07-17 16:48:14 +08:00
eafonyang
9ed1b6f526
优化图标
2026-07-03 15:58:51 +08:00
eafonyang
94224421a3
优化首页图标,用 lucide-react 代替了蓝牙模块的图标
2026-07-03 11:11:10 +08:00
eafonyang
07262e91ba
优化结构目录,新增部署脚本,一键上传s3 和刷新 cdn
2026-06-18 16:12:51 +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
ccc404b75a
style(appShell): 优化应用外壳及底部导航样式与结构
...
- 在 tailwind 配置中添加应用外壳相关的 safelist 类名
- 替换 App.tsx 中应用外壳容器的类名,去除多余的内边距容器
- 在现代和遗留样式文件中新增移动端全屏、桌面居中列的样式规则
- 新增底部导航外层和内层的样式及响应式布局支持
- appShell.ts 中将样式类改为统一的 x8- 前缀类名
- BottomNav 组件使用新的样式类名以匹配样式调整
- Home 页面 ListRow 组件支持可选缩略图展示,增加界面展示丰富度
2026-06-03 11:52:57 +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
e6b7dcc89c
Refactor AIPage and EQPage components to use lazy loading with PageSuspense for improved performance; update vite.config.ts to adjust chunking strategy and increase chunk size warning limit for better handling of large libraries.
2026-05-27 18:07:36 +08:00
yangy
b59a7bb583
修复bug
2026-05-27 15:10:04 +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
11821730ec
Enhance ConnectionPlaceholder component to handle missing device IP with localized messages; update DeviceContext to manage IP state; improve CSS for touch actions in various components; update locale files for English and Chinese with new connection prompts.
2026-05-22 17:24:50 +08:00
yangy
32f15217ad
Refactor build and start scripts in package.json; add plugin to exclude debug files from production build in vite.config.ts; remove ConnectScreen component and replace with ConnectionPlaceholder in multiple pages; update DeviceContext to auto-connect using device IP from URL; enhance locale files with new device IP labels.
2026-05-22 15:54:11 +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
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
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
22ec4bb710
新增社区页面路由,更新底部导航以移除占位符,优化音量控制按钮样式和功能
2026-04-29 17:56:03 +08:00
yangy
6cce6d1f73
优化eq
2026-04-23 18:00:33 +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
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
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
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
30db710093
Initial commit: 提交控制器版本2核心代码
2026-03-31 18:52:37 +08:00