mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
✨ deviceInfo 保存到数据库
This commit is contained in:
@@ -490,6 +490,7 @@ async function confirmUpdateDevice(): Promise<void> {
|
||||
showSnackbar({
|
||||
text: "设备信息已更新! DeviceFp: " + appStore.deviceInfo.device_fp,
|
||||
});
|
||||
await TGSqlite.saveAppData("deviceInfo", JSON.stringify(appStore.deviceInfo));
|
||||
}
|
||||
|
||||
// 清除用户缓存
|
||||
|
||||
Reference in New Issue
Block a user