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:
@@ -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(
|
||||
|
||||
+1
-1
@@ -8958,7 +8958,7 @@ noscript .noscript_modal .inner .center_text p {
|
||||
|
||||
.notification .blur {
|
||||
background-color: #F5F5F5;
|
||||
color: #F5F5F5;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.notification .blur:hover {
|
||||
|
||||
+2
-2
@@ -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) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
uwuzu
|
||||
1.6.1
|
||||
2025/08/05
|
||||
1.6.2
|
||||
2025/08/08
|
||||
daichimarukana,putonfps
|
||||
@@ -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の大文字小文字が区別されてしまう問題を修正しました!
|
||||
|
||||
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user