移除不用的脚本

This commit is contained in:
Bob.Song
2026-02-26 16:08:15 +08:00
parent 06e5d9ae1a
commit be43dbbf46
4999 changed files with 5034 additions and 845474 deletions

View File

@@ -81,6 +81,15 @@ namespace SRDebugger.UI.Other
}
}
public void OpenPrivacyPolicy()
{
var s = SRServiceManager.GetService<IBugReportService>();
if (s != null && !string.IsNullOrWhiteSpace(s.PrivacyPolicyUrl))
{
Application.OpenURL(s.PrivacyPolicyUrl);
}
}
private IEnumerator SubmitCo()
{
if (BugReportScreenshotUtil.ScreenshotData == null && Settings.Instance.EnableBugReportScreenshot)