diff --git a/BililiveRecorder.Core/Config/V3/Config.gen.cs b/BililiveRecorder.Core/Config/V3/Config.gen.cs index c987cf6..9240acf 100644 --- a/BililiveRecorder.Core/Config/V3/Config.gen.cs +++ b/BililiveRecorder.Core/Config/V3/Config.gen.cs @@ -544,7 +544,7 @@ namespace BililiveRecorder.Core.Config.V3 public uint RecordDanmakuFlushInterval => 20; - public DanmakuTransportMode DanmakuTransport => DanmakuTransportMode.Random; + public DanmakuTransportMode DanmakuTransport => DanmakuTransportMode.Wss; public bool DanmakuAuthenticateWithStreamerUid => false; diff --git a/configV3.schema.json b/configV3.schema.json index e53f1b9..ee098fa 100644 --- a/configV3.schema.json +++ b/configV3.schema.json @@ -280,8 +280,8 @@ } }, "DanmakuTransport": { - "description": "使用的弹幕服务器传输协议\n默认: DanmakuTransportMode.Random", - "markdownDescription": "使用的弹幕服务器传输协议 \n默认: `DanmakuTransportMode.Random `\n\n", + "description": "使用的弹幕服务器传输协议\n默认: DanmakuTransportMode.Wss", + "markdownDescription": "使用的弹幕服务器传输协议 \n默认: `DanmakuTransportMode.Wss `\n\n", "type": "object", "additionalProperties": false, "properties": { diff --git a/config_gen/data.ts b/config_gen/data.ts index bfccbd1..f245492 100644 --- a/config_gen/data.ts +++ b/config_gen/data.ts @@ -222,7 +222,7 @@ export const data: Array = [ type: "DanmakuTransportMode", configType: "globalOnly", advancedConfig: true, - default: "DanmakuTransportMode.Random", + default: "DanmakuTransportMode.Wss", }, { id: "DanmakuAuthenticateWithStreamerUid",