Skip to content

Commit

Permalink
pushplus的推送消息改成超链接
Browse files Browse the repository at this point in the history
  • Loading branch information
hupo376787 committed Apr 13, 2024
1 parent f5b7bdf commit 07c0ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeiboAlbumDownloader/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ await Task.Run(async () =>
}

//单个用户结束下载
string info = $"{userId}{nickName}{DateTime.Now.ToString("HH:mm:ss")}结束下载";
string info = $"<a href=\"//weibo.com/u/{userId}\">{userId}{nickName}</a>于{DateTime.Now.ToString("HH:mm:ss")}结束下载";
await PushPlusHelper.SendMessage(settings?.PushPlusToken, "微博相册下载", info);
AppendLog(info, MessageEnum.Info);
}
Expand Down

0 comments on commit 07c0ad4

Please sign in to comment.