Merge branch 'test' into feat-prac

This commit is contained in:
2026-06-15 09:32:27 +08:00
14 changed files with 208 additions and 64 deletions
+3
View File
@@ -26,6 +26,7 @@ const {
updateConfig,
updateUser,
updateDevice,
clearDevice,
getLvlName,
getLvlNameByScore,
updateOnline,
@@ -127,6 +128,8 @@ onShow(async () => {
);
const data = await getDeviceBatteryAPI();
updateOnline(data.online);
} else {
clearDevice();
}
}
}