♻️ 重构用户祈愿数据库相关处理

This commit is contained in:
目棃
2024-05-05 02:46:07 +08:00
parent 6316cc42b2
commit afa0ba190b
5 changed files with 217 additions and 167 deletions

View File

@@ -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;