登录页完善

This commit is contained in:
CaIon
2023-11-07 23:32:43 +08:00
parent a0b975fc3d
commit 83050646f9
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;
}