diff --git a/web/src/index.jsx b/web/src/index.jsx index b6132c49..d97a0745 100644 --- a/web/src/index.jsx +++ b/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;'); }