支持手动更新背包记录

This commit is contained in:
BTMuli
2025-12-18 01:34:45 +08:00
parent 66006bb0f9
commit 8879dfd912
6 changed files with 185 additions and 23 deletions

View File

@@ -47,5 +47,10 @@ declare namespace TGApp.Sqlite.UserBag {
count: number;
/** 时间戳(秒) */
time: number;
/**
* 是否是手动更新
* @remarks 该字段默认不存在,手动更新时添加该字段
*/
manual?: boolean;
};
}