mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
rebranding fixups
This commit is contained in:
parent
8a3274b1e3
commit
98ebd0421f
|
@ -3,11 +3,11 @@
|
|||
<metadata>
|
||||
<id>BililiveRecorder</id>
|
||||
<version>0.0.0</version>
|
||||
<title>mikufans录播姬</title>
|
||||
<title>录播姬</title>
|
||||
<authors>Genteure</authors>
|
||||
<owners>Genteure</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>mikufans录播姬 安装包</description>
|
||||
<description>录播姬 安装包</description>
|
||||
<language>zh-CN</language>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
|
|
|
@ -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), @"录播姬 安装成功!
|
||||
之后再运行请使用桌面或开始菜单里的快捷方式。
|
||||
如需卸载,可在系统设置里操作。
|
||||
|
||||
|
|
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue
Block a user