修复patch的bug

This commit is contained in:
cxykevin 2024-08-26 19:32:06 +08:00
parent 4ab78ff7e5
commit cf59d59372
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def main(app: FastAPI, ROOT: str, apikeys: dict):
return Response("""
setTimeout(function() {
var signup_obj = document.getElementsByClassName(
"item-logIn")[0]
"item-signUp")[0]
if(signup_obj!=undefined){
signup_obj.style.display = "none";
}