mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: 完善 db.ts 类型
This commit is contained in:
parent
97233bc750
commit
fc1c25f404
4 changed files with 83 additions and 34 deletions
|
|
@ -23,7 +23,7 @@ class Cache {
|
|||
db.upsert(Tables.AccountData, {
|
||||
id: api,
|
||||
json: JSON.stringify(data),
|
||||
updateAt: Date.now(),
|
||||
updatedAt: Date.now(),
|
||||
})
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue