chore:ui优化

This commit is contained in:
Evilom
2026-05-14 23:36:32 +08:00
parent 86ceec98b3
commit 982f92dda3
41 changed files with 4862 additions and 941 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite';
export default defineConfig({
server: {
port: 3000,
host: true,
},
});