Skip to content

Commit 39a5883

Browse files
committed
chore: upgrade vitepress and @theojs/lumen
1 parent fc557a5 commit 39a5883

File tree

3 files changed

+135
-244
lines changed

3 files changed

+135
-244
lines changed

docs/.vitepress/theme/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { NolebaseEnhancedReadabilitiesPlugin } from '@nolebase/vitepress-plugin-
1313
import codeblocksFold from 'vitepress-plugin-codeblocks-fold';
1414
import { NolebaseHighlightTargetedHeading } from '@nolebase/vitepress-plugin-highlight-targeted-heading/client';
1515
import { 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'
1818
import { Footer_Data } from '../data/footerData.ts';
1919
import {
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

Comments
 (0)