更换前端组件库

This commit is contained in:
CaIon
2023-10-31 00:03:22 +08:00
parent 7688e9f9dd
commit e3b7f8bff9
16 changed files with 1212 additions and 1869 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 Midjourney';
if (!system_name) return 'Neko API';
return system_name;
}