opt: partially move update operation to JS

- move fetch update.json operation to JS
- move changelog download to JS
This commit is contained in:
KOWX712
2025-02-22 18:34:34 +08:00
parent e5dcc62fdf
commit f1128cd55b
3 changed files with 116 additions and 46 deletions

View File

@@ -122,6 +122,7 @@
.install,
.reboot {
display: none;
margin-top: 10px;
margin-bottom: 15px;
font-weight: bold;
@@ -138,7 +139,6 @@
}
.reboot {
display: none;
color: #fff;
background-color: #007bff;
border: 1px solid #007bff;