更新 readme

This commit is contained in:
whyour
2023-04-01 21:05:21 +08:00
parent 79b342d1d2
commit f19dd21155
7 changed files with 11 additions and 22 deletions
+2 -2
View File
@@ -271,7 +271,7 @@ export default function () {
// @ts-ignore
title={
<>
<span style={{ fontSize: 16 }}></span>
<span style={{ fontSize: 16 }}></span>
<a
href={systemInfo?.changeLogLink}
target="_blank"
@@ -313,7 +313,7 @@ export default function () {
pageTitleRender={(props, pageName, info) => {
const title =
(config.documentTitleMap as any)[location.pathname] || '未找到';
return `${title} - 控制面板`;
return `${title} - 青龙`;
}}
onCollapse={setCollapsed}
collapsed={collapsed}