mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
✨ 支持手动更新背包记录
This commit is contained in:
5
src/types/Sqlite/UserBag.d.ts
vendored
5
src/types/Sqlite/UserBag.d.ts
vendored
@@ -47,5 +47,10 @@ declare namespace TGApp.Sqlite.UserBag {
|
||||
count: number;
|
||||
/** 时间戳(秒) */
|
||||
time: number;
|
||||
/**
|
||||
* 是否是手动更新
|
||||
* @remarks 该字段默认不存在,手动更新时添加该字段
|
||||
*/
|
||||
manual?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user