Explorar el Código

add 增加注解

陈西瓜i hace 8 meses
padre
commit
f0895e9419
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2 0
      .env.development
  2. 2 0
      .env.production

+ 2 - 0
.env.development

@@ -30,4 +30,6 @@ VITE_APP_CLIENT_ID = 'e5cd7e4891bf95d1d19206ce24a7b32e'
 
 # websocket 开关 默认使用sse推送
 VITE_APP_WEBSOCKET = false
+
+# sse 开关
 VITE_APP_SSE = true

+ 2 - 0
.env.production

@@ -33,4 +33,6 @@ VITE_APP_CLIENT_ID = 'e5cd7e4891bf95d1d19206ce24a7b32e'
 
 # websocket 开关 默认使用sse推送
 VITE_APP_WEBSOCKET = false
+
+# sse 开关
 VITE_APP_SSE = true