fix: 添加 .wss 后缀映射到 ws 处理器

This commit is contained in:
yumoqing 2026-05-13 16:12:36 +08:00
parent fbed69ea35
commit 051d15f1af

View File

@ -67,6 +67,7 @@
],
"processors":[
[".ws","ws"],
[".wss","ws"],
[".xterm","xterm"],
[".proxy","proxy"],
[".llm", "llm"],