mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
Theme Handler (By Land), Christmas & Catppuccin Theme And Feedback Window Revamp (#4386)
* Add files for christmas theme, theme handler, feedback revamp and cattpuccin theme * Add files via upload * update image on home page * add tree logo for faster loading * change link to raw github
This commit is contained in:
parent
d0b9c2079b
commit
d4d4ad0d85
20 changed files with 1657 additions and 129 deletions
|
|
@ -18,6 +18,7 @@ import type { Theme } from 'vitepress'
|
|||
import Components from '@fmhy/components'
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import { loadProgress } from './composables/nprogress'
|
||||
import { useThemeHandler } from './themes/themeHandler'
|
||||
import Layout from './Layout.vue'
|
||||
import Post from './PostLayout.vue'
|
||||
|
||||
|
|
@ -34,5 +35,7 @@ export default {
|
|||
app.component('Post', Post)
|
||||
app.component('Feedback', Feedback)
|
||||
loadProgress(router)
|
||||
// Initialize theme handler
|
||||
useThemeHandler()
|
||||
}
|
||||
} satisfies Theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue