From 3d0df9be79598790f2f80733db7b83508c0ead15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=A0=E3=81=84=E3=81=A1=E3=81=BE=E3=82=8B?= <98202777+Daichimarukana@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:24:48 +0900 Subject: [PATCH] uwuzu v1.6.2 Hapuego --- api/ueuse/replies.php | 5 +---- css/home.css | 2 +- js/view_function.js | 4 ++-- server/uwuzuinfo.txt | 4 ++-- server/uwuzurelease.txt | 6 ++++++ update.json | 10 +++++----- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/api/ueuse/replies.php b/api/ueuse/replies.php index 823f603..c46d94c 100644 --- a/api/ueuse/replies.php +++ b/api/ueuse/replies.php @@ -101,8 +101,7 @@ if(isset($_GET['token']) || (!(empty($Get_Post_Json)))) { $stmt->execute(); $message_array = $stmt; - while ($row = $message_array->fetchAll(PDO::FETCH_ASSOC)) { - + while ($row = $message_array->fetch(PDO::FETCH_ASSOC)) { $messages[] = $row; } @@ -120,8 +119,6 @@ if(isset($_GET['token']) || (!(empty($Get_Post_Json)))) { } $favcnts = explode(',', $ueusedata["favorite"]); $ueusedata["favorite_cnt"] = count($favcnts) - 1; - - $userData = getUserData($pdo, $ueusedata["account"]); if ($userData) { $now_userdata = array( diff --git a/css/home.css b/css/home.css index d0bca64..8ca78f6 100644 --- a/css/home.css +++ b/css/home.css @@ -8958,7 +8958,7 @@ noscript .noscript_modal .inner .center_text p { .notification .blur { background-color: #F5F5F5; - color: #F5F5F5; + color: transparent; } .notification .blur:hover { diff --git a/js/view_function.js b/js/view_function.js index bd743ef..8858927 100644 --- a/js/view_function.js +++ b/js/view_function.js @@ -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) { diff --git a/server/uwuzuinfo.txt b/server/uwuzuinfo.txt index 742ceb2..4a08ade 100644 --- a/server/uwuzuinfo.txt +++ b/server/uwuzuinfo.txt @@ -1,4 +1,4 @@ uwuzu -1.6.1 -2025/08/05 +1.6.2 +2025/08/08 daichimarukana,putonfps \ No newline at end of file diff --git a/server/uwuzurelease.txt b/server/uwuzurelease.txt index 4be93b3..231b60d 100644 --- a/server/uwuzurelease.txt +++ b/server/uwuzurelease.txt @@ -1,6 +1,12 @@ ## リリースノートだぜぇぇぇぇぇぇい!!!!!!! ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...) +## Version 1.6.2 (Hapuego) +2025/08/08 +fix: 引用リユーズにおいて、公式・Botアカウントのユーズをリユーズした際に公式・Botではないアカウントのユーズに公式マーク・Bot表示が付いてしまう問題を修正しました! +fix: 返信取得APIが使用できなくなってしまう問題を修正しました! +fix: 通知画面にて、Markdown機能の、`||[ここにテキスト]||`で、通常の絵文字を使用した場合にダークモードで絵文字が隠れない問題を修正しました! + ## Version 1.6.1 (Hapuego) 2025/08/05 fix: ログイン時にユーザーIDの大文字小文字が区別されてしまう問題を修正しました! diff --git a/update.json b/update.json index 223accf..51dca0d 100644 --- a/update.json +++ b/update.json @@ -1,14 +1,14 @@ { "software": "uwuzu", - "version": "1.6.1", - "release_date": "2025/08/05", - "release_notes": "このアップデートでは、メンションが正常に作動しない問題とログイン時にユーザーIDの大文字小文字が区別されてしまう問題を修正しました!\n詳細はリリースノートをご確認ください。", + "version": "1.6.2", + "release_date": "2025/08/08", + "release_notes": "このアップデートでは、リプライ取得APIが正常に動作しない問題やユーズの表示に関する問題を修正しました!\n詳細はリリースノートをご確認ください。", "notices": "アップデート前にデータのバックアップを行うことをおすすめします!\nアップデート後はキャッシュクリアをお忘れなく!", "files": { "overwrite": [ - "/function/get_userid.php", "/js/view_function.js", - "/login.php", + "/css/home.css", + "/api/ueuse/replies.php", "/server/uwuzuabout.txt", "/server/uwuzuinfo.txt", "/server/uwuzurelease.txt"