Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-14 20:57:22 +08:00 committed by GitHub
parent 6bcaaeee6b
commit b65303a606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ export const defaultContentPageLayout: PageLayout = {   
{ Component: Component.Darkmode() }, 
],
}),
Component.DesktopOnly(Component.RecentNotes({ limit: 15, showTags: false })),
Component.DesktopOnly(Component.RecentNotes({ limit: 15, showTags: false, linkToMore: "recent" })),
// Component.Explorer(),     
],
right: [
@ -52,7 +52,7 @@ export const defaultListPageLayout: PageLayout = {    
// Component.MobileOnly(Component.Spacer()),    
Component.Search(),  
Component.Darkmode(),  
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false })),
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false,linkToMore: "recent" })),
// Component.Explorer(),    
],
right: [],