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();
|
$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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -120,8 +119,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(
|
||||||
|
|||||||
+1
-1
@@ -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
@@ -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) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
uwuzu
|
uwuzu
|
||||||
1.6.1
|
1.6.2
|
||||||
2025/08/05
|
2025/08/08
|
||||||
daichimarukana,putonfps
|
daichimarukana,putonfps
|
||||||
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user