mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 14:24:05 -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: Component.Darkmode() },
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
Component.RecentNotes({
|
Component.DesktopOnly(Component.RecentNotes({
|
||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
@ -55,7 +55,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
}
|
}
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
}),
|
})),
|
||||||
// Component.Explorer(),
|
// Component.Explorer(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
@ -74,7 +74,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
Component.Search(),
|
Component.Search(),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
Component.RecentNotes({
|
Component.DesktopOnly(Component.RecentNotes({
|
||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
@ -96,7 +96,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||||||
}
|
}
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
}),
|
})),
|
||||||
// Component.Explorer(),
|
// Component.Explorer(),
|
||||||
],
|
],
|
||||||
right: [],
|
right: [],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user