mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-12 09:03:42 +08:00
feat: add midjourney log
This commit is contained in:
@@ -22,7 +22,7 @@ export function isRoot() {
|
||||
|
||||
export function getSystemName() {
|
||||
let system_name = localStorage.getItem('system_name');
|
||||
if (!system_name) return 'One API';
|
||||
if (!system_name) return 'One API Midjourney';
|
||||
return system_name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user