feat: 首页改版

This commit is contained in:
2026-07-20 22:14:20 +08:00
parent 95320835b6
commit a5f4d0a28d
16 changed files with 359 additions and 130 deletions

View File

@@ -17,5 +17,10 @@ export default defineConfig({
}),
vite: {
plugins: [],
server: {
watch: {
usePolling: true,
},
},
},
});