Merge branch 'test' into ota-mode

# Conflicts:
#	src/apis.js
This commit is contained in:
2026-06-26 14:45:51 +08:00
89 changed files with 5091 additions and 739 deletions
+3
View File
@@ -30,6 +30,7 @@ const {
updateConfig,
updateUser,
updateDevice,
clearDevice,
getLvlName,
getLvlNameByScore,
updateOnline,
@@ -332,6 +333,8 @@ onShow(async (options) => {
);
const data = await getDeviceBatteryAPI();
updateOnline(data.online);
} else {
clearDevice();
}
}
}