feat: 更新依赖项版本,增强代理请求处理逻辑,调整 WebSocket 路由和 API 代理配置

This commit is contained in:
2025-12-21 06:40:16 +08:00
parent 8007315c66
commit f12fea7246
8 changed files with 49 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
import { App } from '@kevisual/app';
import { App } from '@kevisual/app/mod.ts';
import { storage } from '../module/query.ts';
import { sessionStorage } from '../module/cache.ts';
export const app = new App({ token: storage.getItem('token') || '', storage: sessionStorage });