✏️ 调整引用

This commit is contained in:
BTMuli
2025-12-27 22:04:52 +08:00
parent 720ca76466
commit c7c666579a

View File

@@ -395,7 +395,7 @@ async function importUigf(): Promise<void> {
async function exportUigf(): Promise<void> {
if (!uidCur.value) return;
await TGLogger.Info(`[UserGacha][${uidCur.value}][exportUigf] 导出祈愿数据`);
const gachaList = await TSUserGacha.getGachaRecords(uidCur.value);
const gachaList = await TSUserGacha.record.all(uidCur.value);
if (gachaList.length === 0) {
showSnackbar.error(`UID ${uidCur.value} 暂无祈愿数据`);
return;