t0ng7u 6 месяцев назад
Родитель
Сommit
7969df3926
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/src/index.jsx

+ 1 - 1
web/src/index.jsx

@@ -36,7 +36,7 @@ import en_GB from '@douyinfe/semi-ui/lib/es/locale/source/en_GB';
 // 欢迎信息(二次开发者未经允许不准将此移除)
 // Welcome message (Do not remove this without permission from the original developer)
 if (typeof window !== 'undefined') {
-  console.log('%cWe ❤ NewAPI%c Github: https://github.com/QuantumNous/new-api',
+  console.log('%cWE ❤ NEWAPI%c Github: https://github.com/QuantumNous/new-api',
     'color: #10b981; font-weight: bold; font-size: 24px;',
     'color: inherit; font-size: 14px;');
 }