Skip to content

Commit

Permalink
Revert "feat: add vuemastery banner (#2591)"
Browse files Browse the repository at this point in the history
This reverts commit e9cdaff.
  • Loading branch information
yyx990803 committed Dec 29, 2023
1 parent 37c2fa3 commit 2d8272b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 940 deletions.
284 changes: 0 additions & 284 deletions .vitepress/theme/components/VueMasteryBanner.vue

This file was deleted.

4 changes: 1 addition & 3 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ import {
import SponsorsAside from './components/SponsorsAside.vue'
import VueSchoolLink from './components/VueSchoolLink.vue'
import Banner from './components/Banner.vue'
import VueMasteryBanner from './components/VueMasteryBanner.vue'
// import TextAd from './components/TextAd.vue'

export default Object.assign({}, VPTheme, {
Layout: () => {
// @ts-ignore
return h(VPTheme.Layout, null, {
// banner: () => h(Banner),
banner: () => h(VueMasteryBanner),
banner: () => h(Banner),
'sidebar-top': () => h(PreferenceSwitch),
'aside-mid': () => h(SponsorsAside)
})
Expand Down

0 comments on commit 2d8272b

Please sign in to comment.