mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-22 21:59:49 +08:00
♻️ 战绩世界探索数据结构调整
This commit is contained in:
@@ -113,6 +113,7 @@ async function loadRecord(): Promise<void> {
|
||||
const record = await TSUserRecord.getRecord(uidCur.value);
|
||||
if (!record) return;
|
||||
recordData.value = record;
|
||||
console.log(recordData.value);
|
||||
}
|
||||
|
||||
async function refreshRecord(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user