fix:1、删除sdk相关。2、添加tips界面,修复bug

This commit is contained in:
2026-06-17 14:45:28 +08:00
parent 19efcb09fa
commit acf888d9be
1099 changed files with 127081 additions and 74087 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ using System.IO;
using Newtonsoft.Json;
using SGModule.DataStorage;
using UnityEngine.Events;
using AppsFlyerSDK;
// using AppsFlyerSDK;
using SGModule.NetKit;
namespace ChillConnect
{
@@ -609,7 +609,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...");
}