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
+1 -4
View File
@@ -101,8 +101,7 @@ if(isset($_GET['token']) || (!(empty($Get_Post_Json)))) {
$stmt->execute(); $stmt->execute();
$message_array = $stmt; $message_array = $stmt;
while ($row = $message_array->fetchAll(PDO::FETCH_ASSOC)) { while ($row = $message_array->fetch(PDO::FETCH_ASSOC)) {
$messages[] = $row; $messages[] = $row;
} }
@@ -121,8 +120,6 @@ if(isset($_GET['token']) || (!(empty($Get_Post_Json)))) {
$favcnts = explode(',', $ueusedata["favorite"]); $favcnts = explode(',', $ueusedata["favorite"]);
$ueusedata["favorite_cnt"] = count($favcnts) - 1; $ueusedata["favorite_cnt"] = count($favcnts) - 1;
$userData = getUserData($pdo, $ueusedata["account"]);
if ($userData) { if ($userData) {
$now_userdata = array( $now_userdata = array(
"username" => decode_yajirushi(htmlspecialchars_decode($userData['username'])), "username" => decode_yajirushi(htmlspecialchars_decode($userData['username'])),
+1 -1
View File
@@ -8958,7 +8958,7 @@ noscript .noscript_modal .inner .center_text p {
.notification .blur { .notification .blur {
background-color: #F5F5F5; background-color: #F5F5F5;
color: #F5F5F5; color: transparent;
} }
.notification .blur:hover { .notification .blur:hover {
+2 -2
View File
@@ -450,8 +450,8 @@ async function createUeuseHtml(ueuse, selectedUniqid = null) {
if (ueuse["type"] == "Reuse") { if (ueuse["type"] == "Reuse") {
if (ueuse["reuse"]) { if (ueuse["reuse"]) {
check = getCheckIcon(ueuse["reuse"]["userdata"]); check = getCheckIcon(ueuse["userdata"]);
bot = getBotIcon(ueuse["reuse"]["userdata"]); bot = getBotIcon(ueuse["userdata"]);
} }
if (ueuse["ueuse"].length > 0) { if (ueuse["ueuse"].length > 0) {
+2 -2
View File
@@ -1,4 +1,4 @@
uwuzu uwuzu
1.6.1 1.6.2
2025/08/05 2025/08/08
daichimarukana,putonfps daichimarukana,putonfps
+6
View File
@@ -1,6 +1,12 @@
## リリースノートだぜぇぇぇぇぇぇい!!!!!!! ## リリースノートだぜぇぇぇぇぇぇい!!!!!!!
ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...) ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...)
## Version 1.6.2 (Hapuego)
2025/08/08
fix: 引用リユーズにおいて、公式・Botアカウントのユーズをリユーズした際に公式・Botではないアカウントのユーズに公式マーク・Bot表示が付いてしまう問題を修正しました!
fix: 返信取得APIが使用できなくなってしまう問題を修正しました!
fix: 通知画面にて、Markdown機能の、`||[ここにテキスト]||`で、通常の絵文字を使用した場合にダークモードで絵文字が隠れない問題を修正しました!
## Version 1.6.1 (Hapuego) ## Version 1.6.1 (Hapuego)
2025/08/05 2025/08/05
fix: ログイン時にユーザーIDの大文字小文字が区別されてしまう問題を修正しました! fix: ログイン時にユーザーIDの大文字小文字が区別されてしまう問題を修正しました!
+5 -5
View File
@@ -1,14 +1,14 @@
{ {
"software": "uwuzu", "software": "uwuzu",
"version": "1.6.1", "version": "1.6.2",
"release_date": "2025/08/05", "release_date": "2025/08/08",
"release_notes": "このアップデートでは、メンションが正常に動しない問題とログイン時にユーザーIDの大文字小文字が区別されてしまう問題を修正しました!\n詳細はリリースノートをご確認ください。", "release_notes": "このアップデートでは、リプライ取得APIが正常に動しない問題やユーズの表示に関する問題を修正しました!\n詳細はリリースノートをご確認ください。",
"notices": "アップデート前にデータのバックアップを行うことをおすすめします!\nアップデート後はキャッシュクリアをお忘れなく!", "notices": "アップデート前にデータのバックアップを行うことをおすすめします!\nアップデート後はキャッシュクリアをお忘れなく!",
"files": { "files": {
"overwrite": [ "overwrite": [
"/function/get_userid.php",
"/js/view_function.js", "/js/view_function.js",
"/login.php", "/css/home.css",
"/api/ueuse/replies.php",
"/server/uwuzuabout.txt", "/server/uwuzuabout.txt",
"/server/uwuzuinfo.txt", "/server/uwuzuinfo.txt",
"/server/uwuzurelease.txt" "/server/uwuzurelease.txt"