1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.6.2 Hapuego

This commit is contained in:
だいちまる
2025-08-08 22:24:48 +09:00
parent a74abbf5c0
commit 3d0df9be79
6 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -450,8 +450,8 @@ async function createUeuseHtml(ueuse, selectedUniqid = null) {
if (ueuse["type"] == "Reuse") {
if (ueuse["reuse"]) {
check = getCheckIcon(ueuse["reuse"]["userdata"]);
bot = getBotIcon(ueuse["reuse"]["userdata"]);
check = getCheckIcon(ueuse["userdata"]);
bot = getBotIcon(ueuse["userdata"]);
}
if (ueuse["ueuse"].length > 0) {