1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.20

This commit is contained in:
daichimarukana
2023-09-10 18:35:56 +09:00
parent c4a67e75ec
commit 27e53bf0fd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ function loadPosts() {
$("#loading").show();
var userid = '<?php echo $userid; ?>';
$.ajax({
url: '../nextpage/nextpage.php', // PHPファイルへのパス
url: '../nextpage/ftlpage.php', // PHPファイルへのパス
method: 'GET',
data: { page: pageNumber, userid: userid },
dataType: 'html',
+1 -1
View File
@@ -1,4 +1,4 @@
uwuzu
1.2.19
1.2.20
2023/09/10
daichimarukana,putonfps
+4
View File
@@ -1,6 +1,10 @@
## リリースノートだぜぇぇぇぇぇぇい!!!!!!!
ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...)
## Version 1.2.20
リリース日:2023/09/10
LTLにFTLが表示される問題を修正しました。
## Version 1.2.19
リリース日:2023/09/10
脆弱性修正時に新たなバグが追加されてしまったためそれの修正をしました。