mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.4.16 Funium
This commit is contained in:
+10
-4
@@ -5948,7 +5948,7 @@ noscript .noscript_modal .inner .center_text p{
|
|||||||
}
|
}
|
||||||
|
|
||||||
main{
|
main{
|
||||||
height: 93.7dvh;
|
height: 100dvh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
@@ -5957,9 +5957,7 @@ noscript .noscript_modal .inner .center_text p{
|
|||||||
width: auto;
|
width: auto;
|
||||||
background-color: var(--tl-color);
|
background-color: var(--tl-color);
|
||||||
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .05);
|
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .05);
|
||||||
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .05);
|
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid var(--main-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main h1{
|
main h1{
|
||||||
@@ -6076,6 +6074,14 @@ noscript .noscript_modal .inner .center_text p{
|
|||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
position: fixed;
|
||||||
|
top: auto;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
left: 0px;
|
||||||
|
background-color: var(--tl-color);
|
||||||
|
border-top: 1px solid var(--border-color);
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.botbox .lbtnzone{
|
.botbox .lbtnzone{
|
||||||
@@ -7916,7 +7922,7 @@ noscript .noscript_modal .inner .center_text p{
|
|||||||
border-bottom: 3px solid var(--main-color);
|
border-bottom: 3px solid var(--main-color);
|
||||||
}
|
}
|
||||||
.botbox{
|
.botbox{
|
||||||
border-top: 1px solid var(--main-color);
|
border-top: 1px solid var(--dark-sub-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btmbutton{
|
.btmbutton{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
uwuzu
|
uwuzu
|
||||||
1.4.15
|
1.4.16
|
||||||
2025/03/15
|
2025/03/16
|
||||||
daichimarukana,putonfps
|
daichimarukana,putonfps
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
## リリースノートだぜぇぇぇぇぇぇい!!!!!!!
|
## リリースノートだぜぇぇぇぇぇぇい!!!!!!!
|
||||||
ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...)
|
ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...)
|
||||||
|
|
||||||
|
## Version 1.4.16 (Funium)
|
||||||
|
2025/03/16
|
||||||
|
fix: モバイル向けUIで、メニューが表示されなくなる問題を修正しました!
|
||||||
|
|
||||||
## Version 1.4.15 (Funium)
|
## Version 1.4.15 (Funium)
|
||||||
2025/03/15
|
2025/03/15
|
||||||
fix: フォロー・フォロー解除の安定化を行いました。
|
fix: フォロー・フォロー解除の安定化を行いました。
|
||||||
|
|||||||
+4
-32
@@ -1,40 +1,12 @@
|
|||||||
{
|
{
|
||||||
"software": "uwuzu",
|
"software": "uwuzu",
|
||||||
"version": "1.4.15",
|
"version": "1.4.16",
|
||||||
"release_date": "2025/03/15",
|
"release_date": "2025/03/16",
|
||||||
"release_notes": "このアップデートではいくつかのバグ修正セキュリティの更新が含まれます。",
|
"release_notes": "このアップデートではモバイル表示で、下部のメニューが表示されなくなってしまう問題を修正しました!\nアップデート後はキャッシュクリアをお忘れなく!",
|
||||||
"notices": "アップデート前にデータのバックアップを行うことをおすすめします!",
|
"notices": "アップデート前にデータのバックアップを行うことをおすすめします!",
|
||||||
"files": {
|
"files": {
|
||||||
"overwrite": [
|
"overwrite": [
|
||||||
"/abi/addabi.php",
|
"/css/home.css",
|
||||||
"/bookmark/bookmark.php",
|
|
||||||
"/bookmark/index.php",
|
|
||||||
"/delete/delete.php",
|
|
||||||
"/favorite/favorite.php",
|
|
||||||
"/function/function.php",
|
|
||||||
"/function/reuse.php",
|
|
||||||
"/home/index.php",
|
|
||||||
"/nextpage/bookmark.php",
|
|
||||||
"/nextpage/foryoupage.php",
|
|
||||||
"/nextpage/ftlpage.php",
|
|
||||||
"/nextpage/nextpage.php",
|
|
||||||
"/nextpage/ueusepage.php",
|
|
||||||
"/nextpage/userlikepage.php",
|
|
||||||
"/nextpage/usermediapage.php",
|
|
||||||
"/nextpage/userpage.php",
|
|
||||||
"/search/index.php",
|
|
||||||
"/settings_admin/userinfo.php",
|
|
||||||
"/settings_admin/api/code_delete.php",
|
|
||||||
"/settings_admin/api/update_query.php",
|
|
||||||
"/ueuse/index.php",
|
|
||||||
"/user/index.php",
|
|
||||||
"/addauthcode.php",
|
|
||||||
"/authcodechk.php",
|
|
||||||
"/authlogin.php",
|
|
||||||
"/check.php",
|
|
||||||
"/login.php",
|
|
||||||
"/new.php",
|
|
||||||
"/uwuzu_error_code.txt",
|
|
||||||
"/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