[+] 添加简陋的公告模块

存在高dpi缩放问题未处理
This commit is contained in:
huiyadanli
2023-04-09 15:30:28 +08:00
parent 3407aff012
commit 3a2ed08d67
5 changed files with 86 additions and 21 deletions
+2
View File
@@ -14,6 +14,8 @@ namespace RevokeMsgPatcher.Model
public string Notice { get; set; }
public string NoticeUrl { get; set; }
public int PatchVersion { get; set; }
}
}