diff --git a/BililiveRecorder.Core/Config/V3/Config.gen.cs b/BililiveRecorder.Core/Config/V3/Config.gen.cs index 3e43e38..c987cf6 100644 --- a/BililiveRecorder.Core/Config/V3/Config.gen.cs +++ b/BililiveRecorder.Core/Config/V3/Config.gen.cs @@ -546,7 +546,7 @@ namespace BililiveRecorder.Core.Config.V3 public DanmakuTransportMode DanmakuTransport => DanmakuTransportMode.Random; - public bool DanmakuAuthenticateWithStreamerUid => true; + public bool DanmakuAuthenticateWithStreamerUid => false; public bool NetworkTransportUseSystemProxy => false; diff --git a/configV3.schema.json b/configV3.schema.json index 0c932b0..e53f1b9 100644 --- a/configV3.schema.json +++ b/configV3.schema.json @@ -303,8 +303,8 @@ } }, "DanmakuAuthenticateWithStreamerUid": { - "description": "使用直播间主播的uid进行弹幕服务器认证\n默认: true", - "markdownDescription": "使用直播间主播的uid进行弹幕服务器认证 \n默认: `true `\n\n", + "description": "使用直播间主播的uid进行弹幕服务器认证\n默认: false", + "markdownDescription": "使用直播间主播的uid进行弹幕服务器认证 \n默认: `false `\n\n", "type": "object", "additionalProperties": false, "properties": { @@ -314,7 +314,7 @@ }, "Value": { "type": "boolean", - "default": true + "default": false } } }, diff --git a/config_gen/data.ts b/config_gen/data.ts index 23ebe5d..bfccbd1 100644 --- a/config_gen/data.ts +++ b/config_gen/data.ts @@ -230,7 +230,7 @@ export const data: Array = [ type: "bool", configType: "globalOnly", advancedConfig: true, - default: true, + default: false, }, { id: "NetworkTransportUseSystemProxy",