Files
ShowenV2/src
XiuChengWu a8108cea9d fix: add random_loop_range validation in VideoItem
- Validate that random_loop_range values are positive
- Validate that min <= max in random_loop_range
- Prevents invalid config from causing runtime panics in rand::gen_range
2026-03-31 23:28:03 +08:00
..

src/ — ShowenV2 源代码

目录结构

  • core/ — 插件微内核:消息协议、服务管理、配置、动态插件系统
  • plugins/ — 功能插件视频播放、HTTP API、BLE 配网、WiFi、屏幕管理
  • lib.rs — 库入口,导出 coreplugins 模块
  • main.rs — 可执行入口,注册插件并启动主循环