fix:设备信息

This commit is contained in:
kissnavel 2024-09-22 00:48:04 +08:00
parent 7f27bbf332
commit d6e52b1a24
8 changed files with 49 additions and 14 deletions

View file

@ -30,7 +30,6 @@ export class Panel extends ZZZPlugin {
async bindDevice() {
const uid = await this.getUID();
//先throw一步
const ltuid = await this.getLtuid();
this.setContext('toBindDevice');
await this.reply(
`为UID ${uid}绑定设备,请发送设备信息(建议私聊发送),或者发送“取消”取消绑定`,
@ -73,6 +72,7 @@ export class Panel extends ZZZPlugin {
!info?.deviceBoard ||
!info?.deviceModel ||
!info?.oaid ||
!info?.androidVersion ||
!info?.deviceFingerprint ||
!info?.deviceProduct
) {