修改默认配置
This commit is contained in:
@@ -10,7 +10,7 @@ const NavigationDrawer = () => {
|
||||
const location = useLocation();
|
||||
const [open, setOpen] = useState(false);
|
||||
const { generalSetting } = useInstance();
|
||||
const title = generalSetting.customProfile?.title || "Memos";
|
||||
const title = generalSetting.customProfile?.title || "阿年的备忘录";
|
||||
const avatarUrl = generalSetting.customProfile?.logoUrl || "/full-logo.webp";
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user