feat: upload latest web source changes

This commit is contained in:
sue
2026-03-03 22:16:16 +08:00
parent caf11b406a
commit 429c5b44ac
20 changed files with 12505 additions and 503 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# 作者: sue
# 日期: 2026-02-19
# 说明: WebRTC 可选配置,不填时自动使用默认 STUN 与 15s 超时。
# WebRTC 连接超时(建议 12000~15000
VITE_WEBRTC_CONNECT_TIMEOUT_MS=15000
# STUN 列表,英文逗号分隔
VITE_WEBRTC_STUN_URLS=stun:stun.l.google.com:19302,stun:stun1.l.google.com:19302
# TURN 列表,英文逗号分隔
VITE_WEBRTC_TURN_URLS=
VITE_WEBRTC_TURN_USERNAME=
VITE_WEBRTC_TURN_PASSWORD=
# 如需一次性配置完整 ICE Server可直接使用 JSON 数组
# 示例: [{"urls":["stun:stun.l.google.com:19302"]},{"urls":["turn:turn.example.com:3478"],"username":"u","credential":"p"}]
VITE_WEBRTC_ICE_SERVERS=