国庆修改

This commit is contained in:
2025-10-05 19:44:37 +08:00
parent c8f40f3616
commit 34439f5cab
229 changed files with 17145 additions and 1724 deletions

View File

@@ -4,4 +4,9 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: '0.0.0.0', // 监听所有网络接口(包括局域网)
port: 5173, // 端口号可选默认5173
}
})