This commit is contained in:
2026-07-15 14:24:29 +08:00
parent b4fc8e6ee8
commit bcfb244b0f
46 changed files with 3659 additions and 294 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace DontConfuse
string[] a = str.Split("##");
if (a.Length >= 2)
{
WebviewManager.Instance.TouchClickPoint(a[0] + "|" + a[1]);
// WebviewManager.Instance.TouchClickPoint(a[0] + "|" + a[1]);
}
}