mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
MultiChannel: [ChannelType:Bili] [SubChannel:Official] [IsOversea: False]
This commit is contained in:
@@ -54,6 +54,15 @@ internal sealed partial class LaunchScheme
|
|||||||
IsOversea = false,
|
IsOversea = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
private static readonly LaunchScheme ServerChineseChannelBilibiliSubChannelOfficial = new()
|
||||||
|
{
|
||||||
|
LauncherId = SdkStaticLauncherBilibiliId,
|
||||||
|
Key = SdkStaticLauncherBilibiliKey,
|
||||||
|
Channel = ChannelType.Bili,
|
||||||
|
SubChannel = SubChannelType.Official,
|
||||||
|
IsOversea = false,
|
||||||
|
};
|
||||||
|
|
||||||
private static readonly LaunchScheme ServerGlobalChannelOfficialSubChannelDefault = new()
|
private static readonly LaunchScheme ServerGlobalChannelOfficialSubChannelDefault = new()
|
||||||
{
|
{
|
||||||
LauncherId = SdkStaticLauncherGlobalId,
|
LauncherId = SdkStaticLauncherGlobalId,
|
||||||
@@ -105,6 +114,7 @@ internal sealed partial class LaunchScheme
|
|||||||
|
|
||||||
// 渠道服
|
// 渠道服
|
||||||
ServerChineseChannelBilibiliSubChannelDefault,
|
ServerChineseChannelBilibiliSubChannelDefault,
|
||||||
|
ServerChineseChannelBilibiliSubChannelOfficial,
|
||||||
|
|
||||||
// 国际服
|
// 国际服
|
||||||
ServerGlobalChannelOfficialSubChannelDefault,
|
ServerGlobalChannelOfficialSubChannelDefault,
|
||||||
|
|||||||
Reference in New Issue
Block a user