💄 Optimized navbar

🍱 Add solian icons, optimize original icons
This commit is contained in:
2024-08-10 13:26:58 +08:00
parent 166eea22aa
commit b923f59fb4
10 changed files with 66 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
import { defineConfig } from "unocss"
import { defineConfig, presetAttributify, presetTypography, presetUno } from "unocss"
export default defineConfig({})
export default defineConfig({
presets: [presetAttributify(), presetUno(), presetTypography()],
})