feat: add midjourney log

This commit is contained in:
CaIon
2023-09-12 03:17:26 +08:00
parent 4a836a4cb6
commit 4895bd744a
5 changed files with 8 additions and 7 deletions

View File

@@ -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;
}