登录页完善

This commit is contained in:
CaIon
2023-11-07 23:32:43 +08:00
parent f0ba2fecc2
commit 767c7e3e3d
6 changed files with 237 additions and 293 deletions

View File

@@ -23,7 +23,7 @@ export function isRoot() {
export function getSystemName() {
let system_name = localStorage.getItem('system_name');
if (!system_name) return 'Neko API';
if (!system_name) return 'New API';
return system_name;
}