add-config-edit

This commit is contained in:
Eason010212
2025-09-07 16:24:29 +08:00
parent abb9477daa
commit 2c0d6ccd10
3 changed files with 273 additions and 295 deletions

View File

@@ -9,7 +9,7 @@ function showmodaltext(text) {
return d
}
$(function() {
$("#admin").attr("href", "http://" + window.location.href.split("//")[1].split(":")[0].replace("/", "") + ":18084")
$("#admin").attr("href", "https://" + window.location.href.split("//")[1].split(":")[0].replace("/", "") + ":18084")
fullHeight = $("#cd").height() + "px"
halfHeight = "calc( " + ($("#cd").height() - $("#ref1").height() - $("#reset_text").height() - 10) + "px - 1rem)"
if (window.screen.width < 800)