From 557b88c950902be33e537ab0befd8acea00103a3 Mon Sep 17 00:00:00 2001 From: genteure Date: Sun, 16 Jul 2023 21:21:44 +0800 Subject: [PATCH] feat(core): connect danmaku with streamer uid by default --- BililiveRecorder.Core/Config/V3/Config.gen.cs | 2 +- configV3.schema.json | 8 ++++---- config_gen/data.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BililiveRecorder.Core/Config/V3/Config.gen.cs b/BililiveRecorder.Core/Config/V3/Config.gen.cs index c987cf6..3e43e38 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 => false; + public bool DanmakuAuthenticateWithStreamerUid => true; public bool NetworkTransportUseSystemProxy => false; diff --git a/configV3.schema.json b/configV3.schema.json index 2c0f3f3..0c932b0 100644 --- a/configV3.schema.json +++ b/configV3.schema.json @@ -303,8 +303,8 @@ } }, "DanmakuAuthenticateWithStreamerUid": { - "description": "使用直播间主播的uid进行弹幕服务器认证\n默认: false", - "markdownDescription": "使用直播间主播的uid进行弹幕服务器认证 \n默认: `false `\n\n", + "description": "使用直播间主播的uid进行弹幕服务器认证\n默认: true", + "markdownDescription": "使用直播间主播的uid进行弹幕服务器认证 \n默认: `true `\n\n", "type": "object", "additionalProperties": false, "properties": { @@ -314,7 +314,7 @@ }, "Value": { "type": "boolean", - "default": false + "default": true } } }, @@ -818,4 +818,4 @@ } } } -} +} \ No newline at end of file diff --git a/config_gen/data.ts b/config_gen/data.ts index bfccbd1..23ebe5d 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: false, + default: true, }, { id: "NetworkTransportUseSystemProxy",