mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
846f12703e
commit
b3fee008c4
@ -33,7 +33,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
{ Component: Component.Darkmode() },
|
||||
],
|
||||
}),
|
||||
Component.RecentNotes({
|
||||
Component.DesktopOnly(Component.RecentNotes({
|
||||
title: "最近更新",
|
||||
showTags: false,
|
||||
limit: 10,
|
||||
@ -55,7 +55,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
}
|
||||
return 1
|
||||
}
|
||||
}),
|
||||
})),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
@ -74,7 +74,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.RecentNotes({
|
||||
Component.DesktopOnly(Component.RecentNotes({
|
||||
title: "最近更新",
|
||||
showTags: false,
|
||||
limit: 10,
|
||||
@ -96,7 +96,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||
}
|
||||
return 1
|
||||
}
|
||||
}),
|
||||
})),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user