This commit is contained in:
2026-07-24 17:27:39 +08:00
parent acac39c73c
commit da08fc43cb
4 changed files with 6 additions and 6 deletions
@@ -385,7 +385,7 @@ const AppLayout: React.FC = () => {
useEffect(() => {
getSiteInfo().then(info => {
const name = info.siteName || '民众智创';
const name = info.siteName || '智创';
const logo = info.siteLogo || '';
if (name !== siteName) {