version:1.2

fix:优化卡顿
update:基本对接完成,增加指示器放大
This commit is contained in:
2023-02-23 11:26:22 +08:00
parent cd4ba088fc
commit 2772685f0e
182 changed files with 13448 additions and 418 deletions

View File

@@ -15,4 +15,6 @@ interface IGetInfoInterface {
String getSerial();
//获取定位结果
String getMapResult();
//获取mac作为sn
String getPushMac();
}