v0.1.3-rc.3.2

This commit is contained in:
wisdgod
2025-01-17 04:28:06 +08:00
parent 061156fb79
commit 42c8feb982
20 changed files with 253 additions and 5155 deletions

View File

@@ -287,7 +287,7 @@
}
}
const result = await makeTokenRequest('/get-userinfo', token);
const result = await makeTokenRequest('/userinfo', token);
if (result) {
const container = document.getElementById('userInfoContainer');
container.style.display = 'block';