Web优化 2

This commit is contained in:
2026-06-12 14:36:41 +08:00
parent 7e9df04bf8
commit 61a1a4d368
31 changed files with 551 additions and 918 deletions
+1
View File
@@ -548,6 +548,7 @@ func (h *Handler) sessionWS(w http.ResponseWriter, r *http.Request) {
conn, err := ws.Accept(w, r, &ws.AcceptOptions{
InsecureSkipVerify: false,
Subprotocols: []string{"acp-v1"},
})
if err != nil {
return