feat: initialize frosted glass setting

This commit is contained in:
Tim
2025-08-16 17:57:42 +08:00
parent 79261054f9
commit bcbdff8768
9 changed files with 115 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
import { defineNuxtPlugin } from 'nuxt/app'
import { initFrosted } from '~/utils/frosted'
export default defineNuxtPlugin(() => {
initFrosted()
})