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

uwuzu v1.4.2 Funium

This commit is contained in:
Daichimarukana
2024-08-19 17:24:19 +09:00
parent da06d2bd38
commit e8b5a3a6dd
20 changed files with 560 additions and 546 deletions
+6 -3
View File
@@ -266,7 +266,10 @@ require('../logout/logout.php');
<p>ここからuwuzuのアップデートが行えます。<br>
データベースの構造に変更を加える必要のあるアップデートの場合、データベースの構造の変更を手動で行っていただいた後にここからuwuzu自体のアップデートが行えます。<br>
uwuzuは一度アップデートするともとの状態に戻すことはできません。<br>
また、アップデート中に発生したエラーや不具合に関してuwuzu開発者が責任を取ることはできません。</p>
また、アップデート中に発生したエラーや不具合に関してuwuzu開発者が責任を取ることはできません。<br>
<br>
飛び級アップデートはuwuzuが破損するため絶対にしないでください。
</p>
<label class="irobutton" for="file_upload">ファイル選択
@@ -336,8 +339,8 @@ $(document).ready(function(){
$("#software").text(response["software_name"]);
$("#version").text(response["version"]);
$("#release_notes").html(response["release_notes"].replace("\n", "<br>"));
$("#notices").html(response["notices"].replace("\n", "<br>"));
$("#release_notes").html(response["release_notes"].replace(/\n/g, '<br>'));
$("#notices").html(response["notices"].replace(/\n/g, '<br>'));
$("#confirm_update").show();
} else {