wip: 0.2.0

1. websocket 连接,退出,消息
  2. 基本页面
This commit is contained in:
loveuer
2025-05-14 17:48:06 +08:00
parent 9146c87cad
commit ec3f76e0c0
13 changed files with 765 additions and 9 deletions

View File

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