mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
修复格式
This commit is contained in:
@@ -43,10 +43,12 @@ namespace MeoAsstGui
|
||||
|
||||
private static string AddContributorLink(string text)
|
||||
{
|
||||
/*
|
||||
// "@ " -> "@ "
|
||||
// "`@`" -> "`@`"
|
||||
// "@MistEO" -> "[@MistEO](https://github.com/MistEO)"
|
||||
// "[@MistEO]" -> "[@MistEO]"
|
||||
*/
|
||||
return Regex.Replace(text, @"([^\[`]|^)@([^\s]+)", "$1[@$2](https://github.com/$2)");
|
||||
}
|
||||
|
||||
@@ -72,7 +74,6 @@ namespace MeoAsstGui
|
||||
private string _updateInfo = ViewStatusStorage.Get("VersionUpdate.body", string.Empty);
|
||||
|
||||
// private static readonly MarkdownPipeline s_markdownPipeline = new MarkdownPipelineBuilder().UseXamlSupportedExtensions().Build();
|
||||
|
||||
public string UpdateInfo
|
||||
{
|
||||
get
|
||||
@@ -132,7 +133,6 @@ namespace MeoAsstGui
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
public bool IsFirstBootAfterUpdate
|
||||
{
|
||||
get { return UpdateTag != string.Empty && UpdateTag == _curVersion; }
|
||||
|
||||
Reference in New Issue
Block a user