fix(api): 修复固件版本显示格式错误

- 修改 formatFirmwareVersionDisplay 函数,支持版本号 >= 2010 的新格式显示
- 对于版本号小于 2010,保持原有 X.Y.0.Z 格式显示
- 对于版本号大于等于 2010,第三段显示两位数尾数,第四段固定为 0
- 更新 changelog,修复系统页面固件版本显示错误问题
This commit is contained in:
eafonyang
2026-09-01 18:42:23 +08:00
parent fcc9837d84
commit b65b653a74
2 changed files with 14 additions and 1 deletions
+5
View File
@@ -2,6 +2,11 @@
> This document records feature updates and bug fixes for the Luxsin X9 controller. Entries are listed in reverse chronological order — the newest release appears first.
## v2026.09.01
### Bug Fixes
- Fixed the incorrect firmware version display on the System page.
## v2026.08.17
### Changes