wip: 0.2.1

1. websocket 连接,退出 优化
  2. 基本页面
This commit is contained in:
loveuer
2025-05-15 17:39:56 +08:00
parent ec3f76e0c0
commit 3053394f03
9 changed files with 443 additions and 258 deletions

View File

@ -10,7 +10,7 @@ export default defineConfig({
target: 'http://127.0.0.1:9119',
changeOrigin: true
},
'/api/ulocal/registry': {
'/api/ulocal/ws': {
target: 'ws://127.0.0.1:9119',
rewriteWsOrigin: true,
ws: true,