fix:1、修复部分bug

This commit is contained in:
2026-07-02 11:46:24 +08:00
parent af7617c352
commit 63b530f245
22 changed files with 92 additions and 1102 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ namespace ChillConnect
var url = $"mailto:{email}?subject={subject}&body={body}";
var uri = new Uri(url);
OpenBrowser.OpenURL(uri.AbsoluteUri);
Application.OpenURL(uri.AbsoluteUri);
GameHelper.ShowTips("Trying to call send mail...");
}