chore: update name

This commit is contained in:
JustSong
2024-03-16 15:55:31 +08:00
parent 7400885fbb
commit d25ed4c009
2 changed files with 2 additions and 2 deletions

View File

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