mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
♻️ 重构用户祈愿数据库相关处理
This commit is contained in:
2
src/types/Sqlite/GachaRecords.d.ts
vendored
2
src/types/Sqlite/GachaRecords.d.ts
vendored
@@ -23,7 +23,7 @@ declare namespace TGApp.Sqlite.GachaRecords {
|
||||
* @property {string} updated - 数据库更新时间
|
||||
* @return SingleTable
|
||||
*/
|
||||
export interface SingleTable {
|
||||
interface SingleTable {
|
||||
id: string;
|
||||
uid: string;
|
||||
gachaType: string;
|
||||
|
||||
Reference in New Issue
Block a user