优化备注与封禁

This commit is contained in:
yml2213
2026-07-23 17:05:23 +08:00
parent d4e674f8f6
commit edbe8ca227
6 changed files with 149 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
// 使用项目专属端口,避免多项目同时开发时与 Vite 默认 5173 冲突
export default defineConfig({
server: {
host: 'localhost',
port: 5188,
strictPort: true,
},
})