From 98ebd0421fa9ee7c9251070794e76bb2afed2896 Mon Sep 17 00:00:00 2001 From: Genteure Date: Tue, 11 Jul 2023 16:47:35 +0000 Subject: [PATCH] rebranding fixups --- BililiveRecorder.WPF/BililiveRecorder.nuspec | 4 ++-- BililiveRecorder.WPF/Pages/RootPage.xaml.cs | 2 +- BililiveRecorder.WPF/StreamStartedNotification.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BililiveRecorder.WPF/BililiveRecorder.nuspec b/BililiveRecorder.WPF/BililiveRecorder.nuspec index 81d07e4..b866b1f 100644 --- a/BililiveRecorder.WPF/BililiveRecorder.nuspec +++ b/BililiveRecorder.WPF/BililiveRecorder.nuspec @@ -3,11 +3,11 @@ BililiveRecorder 0.0.0 - mikufans录播姬 + 录播姬 Genteure Genteure false - mikufans录播姬 安装包 + 录播姬 安装包 zh-CN diff --git a/BililiveRecorder.WPF/Pages/RootPage.xaml.cs b/BililiveRecorder.WPF/Pages/RootPage.xaml.cs index fd6c773..4da8ebf 100644 --- a/BililiveRecorder.WPF/Pages/RootPage.xaml.cs +++ b/BililiveRecorder.WPF/Pages/RootPage.xaml.cs @@ -107,7 +107,7 @@ namespace BililiveRecorder.WPF.Pages await Task.Delay(1000); _ = this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() => { - MessageBox.Show(Window.GetWindow(this), @"mikufans录播姬 安装成功! + MessageBox.Show(Window.GetWindow(this), @"录播姬 安装成功! 之后再运行请使用桌面或开始菜单里的快捷方式。 如需卸载,可在系统设置里操作。 diff --git a/BililiveRecorder.WPF/StreamStartedNotification.cs b/BililiveRecorder.WPF/StreamStartedNotification.cs index 032bf11..9b00ee5 100644 --- a/BililiveRecorder.WPF/StreamStartedNotification.cs +++ b/BililiveRecorder.WPF/StreamStartedNotification.cs @@ -151,7 +151,7 @@ namespace BililiveRecorder.WPF var roomUrl = new Uri("https://live.bilibili.com/" + room.RoomConfig.RoomId); var builder = new ToastContentBuilder() - .AddHeader("BililiveRecorder-StreamStarted", "mikufans录播姬开播通知", "") + .AddHeader("BililiveRecorder-StreamStarted", "录播姬开播通知", "") .AddText(room.Name + " 开播了") .AddText(room.Title) .AddText($"{room.AreaNameParent} · {room.AreaNameChild}")