update at 2026-02-07 11:14:09

This commit is contained in:
douboer
2026-02-07 11:14:09 +08:00
parent 2d18aa5137
commit 591bd9ba05
67 changed files with 4885 additions and 0 deletions

11
frontend/uno.config.ts Normal file
View File

@@ -0,0 +1,11 @@
import { defineConfig, presetWind, presetIcons } from 'unocss'
export default defineConfig({
presets: [
presetWind(),
presetIcons({
scale: 1.2,
warn: true,
}),
],
})