修改默认配置
This commit is contained in:
@@ -10,7 +10,7 @@ interface Props {
|
||||
function MemosLogo(props: Props) {
|
||||
const { collapsed } = props;
|
||||
const { generalSetting: instanceGeneralSetting } = useInstance();
|
||||
const title = instanceGeneralSetting.customProfile?.title || "Memos";
|
||||
const title = instanceGeneralSetting.customProfile?.title || "阿年的备忘录";
|
||||
const avatarUrl = instanceGeneralSetting.customProfile?.logoUrl || "/full-logo.webp";
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user