mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
fix:设置默认设备
This commit is contained in:
parent
a9f6b8ad36
commit
98a889994c
2 changed files with 4 additions and 4 deletions
|
|
@ -41,8 +41,8 @@ export async function toSetDefaultDevice() {
|
|||
return false;
|
||||
}
|
||||
settings.setConfig('device', {
|
||||
productName: info.deviceProduct,
|
||||
productType: info.deviceName,
|
||||
productName: info.deviceName,
|
||||
productType: info.deviceProduct,
|
||||
modelName: info.deviceModel,
|
||||
osVersion: info.androidVersion,
|
||||
deviceInfo: info.deviceFingerprint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue