更新需求

This commit is contained in:
xx
2026-02-05 11:25:03 +08:00
parent 513e113ea9
commit abc0a6051d
12 changed files with 81 additions and 28 deletions

View File

@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react-swc'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: ['ipad.shenynet.com'],
},
})