update 重构 common-sse 与 common-websocket 合并为 ruoyi-common-push 推送模块

This commit is contained in:
疯狂的狮子Li
2026-03-26 17:25:36 +08:00
parent 42f63fbe24
commit 5be8fcf571
8 changed files with 139 additions and 135 deletions
+3 -2
View File
@@ -18,8 +18,9 @@ interface ImportMetaEnv {
VITE_APP_RSA_PUBLIC_KEY: string;
VITE_APP_RSA_PRIVATE_KEY: string;
VITE_APP_CLIENT_ID: string;
VITE_APP_WEBSOCKET: string;
VITE_APP_SSE: string;
VITE_APP_MESSAGE_ENABLED: string;
VITE_APP_MESSAGE_TRANSPORT: string;
VITE_APP_MESSAGE_PATH: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;