动态彩带特效

This commit is contained in:
Vixcity
2023-01-30 15:41:40 +08:00
parent f1f9f28a3a
commit ee19780958
3 changed files with 313 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ import { DebugPanel } from '@/components/DebugPanel'
import { ThemeSwitch } from '@/components/ThemeSwitch'
import { Fireworks } from '@/components/Fireworks'
import { Nest } from '@/components/Nest'
import { FlutteringRibbon } from '@/components/FlutteringRibbon'
import { Sakura } from '@/components/Sakura'
import { StarrySky } from '@/components/StarrySky'
import MusicPlayer from '@/components/MusicPlayer'
@@ -55,6 +56,7 @@ const MyApp = ({ Component, pageProps }) => {
{JSON.parse(BLOG.STARRY_SKY) && <StarrySky />}
{JSON.parse(BLOG.MUSIC_PLAYER) && <MusicPlayer />}
{JSON.parse(BLOG.NEST) && <Nest />}
{JSON.parse(BLOG.FLUTTERINGRIBBON) && <FlutteringRibbon />}
</>
// 默认Webfont: 请在font.js文件中检查font-family 新版改从npm本地导入