Commit Graph

9 Commits

Author SHA1 Message Date
Pine e72442dae0 feat: 实现设备注册和精准控制功能,支持双屏管理;更新相关逻辑以优化设备状态跟踪 2026-08-19 14:19:37 +08:00
Pine e36840d12b feat: 添加双屏控制功能,更新相关逻辑以支持双屏窗口全屏展示;新增全局错误边界组件以处理渲染错误 2026-08-19 13:30:03 +08:00
Pine 81a888f5ca feat: 更新服务地址为 192.168.1.9,修改相关配置以支持局域网访问 2026-08-18 09:05:23 +08:00
Pine 6f8ccf1176 feat: 添加音频工作模块,支持从后端加载音频处理器 2026-08-18 07:57:15 +08:00
Pine 566656aab9 feat: 添加 s2s 实时语音 WebSocket 地址支持,并更新相关配置 2026-08-18 07:47:25 +08:00
Pine d70d9d5fbd feat: add SFX volume control and improve audio feedback
- Implemented separate sound effects volume control in settings.
- Updated backend to handle new `sfx_volume` parameter.
- Enhanced UI to include sound effects volume slider in admin panel.
- Integrated sound effects for various user interactions (clicks, navigation, alerts).
- Added a new global sound engine to manage audio synthesis without external files.
- Updated documentation for Docker deployment and Windows packaging.
- Refactored audio context management to ensure sound effects are available post user interaction.
2026-08-18 07:14:13 +08:00
Pine 18d28be943 feat: 添加后端部署和API基本检索的Docker Compose配置
- 引入新的`docker-compose.yml`文件,便于后端和MQTT代理(EMQX)的部署。
- 更新多个组件中的API基本检索,使用函数进行动态解析。
- 加强了多个组件中API调用的错误处理和日志记录。
- 优化了AI聊天面板离线场景的回退响应。
- 更新DataScreen和MediaScreen组件中的数据显示和统计,以反映准确的指标。
- 重构MQTT连接逻辑,以支持动态凭证和客户端ID。
2026-08-18 06:50:50 +08:00
Pine 0d20e1413f build: 集成 Appica UI 与 Tailwind v4
- 安装 @appica/ui-react、@appica/icons-react、tailwindcss、@tailwindcss/vite
- vite.config 添加 tailwindcss 插件
- 新增 src/styles/global.css 引入 Tailwind 与 Appica 设计令牌
- main.jsx 包裹 ThemeProvider(主题防闪烁)
2026-08-17 18:37:16 +08:00
Pine c8e8dd12d2 - 初始化 2026-05-12 22:38:52 +08:00