@@ -13,8 +13,8 @@ import { NolebaseEnhancedReadabilitiesPlugin } from '@nolebase/vitepress-plugin-
1313import codeblocksFold from 'vitepress-plugin-codeblocks-fold' ;
1414import { NolebaseHighlightTargetedHeading } from '@nolebase/vitepress-plugin-highlight-targeted-heading/client' ;
1515import { InjectionKey } from '@nolebase/vitepress-plugin-git-changelog/client' ;
16- import { ShareButton } from '@theojs/lumen' ; //不好看
17- import { HomeFooter } from '@theojs/lumen'
16+ // import { ShareButton } from '@theojs/lumen';//不好看
17+ import { Footer } from '@theojs/lumen'
1818import { Footer_Data } from '../data/footerData.ts' ;
1919import {
2020 NolebaseInlineLinkPreviewPlugin ,
@@ -40,7 +40,7 @@ export default {
4040 return h ( DefaultTheme . Layout , null , {
4141 // 'aside-outline-before': () => h(ShareButton),
4242 'home-hero-before' : ( ) => h ( Hero ) ,
43- 'layout-bottom' : ( ) => h ( HomeFooter , { Footer_Data } ) ,
43+ 'layout-bottom' : ( ) => h ( Footer , { Footer_Data } ) ,
4444 'nav-bar-content-after' : ( ) => h ( NolebaseEnhancedReadabilitiesMenu ) ,
4545 'nav-screen-content-after' : ( ) => h ( NolebaseEnhancedReadabilitiesScreenMenu ) ,
4646 'layout-top' : ( ) => [ h ( NolebaseHighlightTargetedHeading ) ] ,
0 commit comments