调整布局

This commit is contained in:
ennea 2025-03-13 01:04:25 +08:00
parent 1ba4ec7fcc
commit 1287c28b68

View File

@ -39,11 +39,11 @@ export const defaultContentPageLayout: PageLayout = {
}), }),
], ],
right: [  right: [ 
Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),  Component.DesktopOnly(Component.TableOfContents()), 
Component.Backlinks(), Component.Graph(),
], ],
afterBody: [   afterBody: [  
Component.Backlinks(),
Component.Comments({   Component.Comments({  
provider: 'giscus', provider: 'giscus',
options: {  options: {