更换前端组件库

This commit is contained in:
CaIon
2023-10-31 00:03:22 +08:00
parent f439c4d553
commit eec9046c3a
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;
}