From ca05b2fcdcc10b7dab06de19b41453cce760b7e5 Mon Sep 17 00:00:00 2001 From: skywolf627 Date: Fri, 9 Aug 2024 12:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Web/uno.config.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/uno.config.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Web/uno.config.ts diff --git a/Web/uno.config.ts b/Web/uno.config.ts new file mode 100644 index 00000000..60628325 --- /dev/null +++ b/Web/uno.config.ts @@ -0,0 +1,5 @@ +import { defineConfig } from 'unocss'; + +export default defineConfig({ + // ...UnoCSS options +});