mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
@@ -130,7 +130,6 @@ async function mergeUIGF(uid: string, data: TGApp.Plugins.UIGF.GachaItem[]): Pro
|
||||
const db = await TGSqlite.getDB();
|
||||
for (const gacha of data) {
|
||||
const trans = transGacha(gacha);
|
||||
console.log(trans);
|
||||
const sql = importUIGFData(uid, trans);
|
||||
await db.execute(sql);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user