update:默认设备

This commit is contained in:
kissnavel 2025-02-26 00:50:19 +08:00
parent f8c52c37c0
commit 5830178362
6 changed files with 21 additions and 21 deletions

View file

@ -96,8 +96,8 @@ export class ZZZPlugin extends plugin {
try {
bindInfo = JSON.parse(bindInfo);
data = {
productName: bindInfo?.deviceName,
deviceType: bindInfo?.deviceProduct,
productName: bindInfo?.deviceProduct,
deviceType: bindInfo?.deviceName,
modelName: bindInfo?.deviceModel,
oaid: bindInfo?.oaid,
osVersion: bindInfo?.androidVersion,