Skip to content

Commit 85bc9be

Browse files
committed
Add conflict notice of CatCore and ChatCore
1 parent e844df7 commit 85bc9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ModAssistant/Pages/Mods.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,11 +773,11 @@ private void ModCheckBox_Checked(object sender, RoutedEventArgs e)
773773
switch (Properties.Settings.Default.LanguageCode) {
774774
case "zh":
775775
caption = "提示";
776-
notice = "您勾选安装CatCore(猫猫核心)\n该mod与由baoziii维护的ChatCore(聊天核心)、EnhancedStreamChat-v3(增强直播聊天V3)以及SongRequestManager-v2(点歌管理器V2)互不兼容。\n如果您想使用ChatCore(聊天核心)所支持的Bilibili直播弹幕功能,请取消勾选该mod。";
776+
notice = "您勾选安装CatCore(猫猫核心)!\n\n该mod与由baoziii维护的ChatCore(聊天核心)、EnhancedStreamChat-v3(增强直播聊天V3)以及SongRequestManager-v2(点歌管理器V2)互不兼容。\n\n如果您想使用ChatCore(聊天核心)所支持的Bilibili直播弹幕功能,请取消勾选该mod。";
777777
break;
778778
default:
779779
caption = "Notice";
780-
notice = "You selected CatCore, which is conflicted with the following mods maintained by baoziii: ChatCore, EnhancedStreamChat-v3, and SongRequestManager-v2.\nIf you need to check Bilibili Live Danmuku, please uncheck this box.";
780+
notice = "You selected CatCore! \n\nCatCore is conflicted with the following mods maintained by baoziii: ChatCore, EnhancedStreamChat-v3, and SongRequestManager-v2.\n\nIf you need to check Bilibili Live Danmuku, please uncheck this box.";
781781
break;
782782
}
783783

0 commit comments

Comments
 (0)