fix:1、修复bug

This commit is contained in:
barry
2026-06-29 08:59:34 +08:00
parent 86518aae41
commit 1354dfbc34
92 changed files with 53105 additions and 51712 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ public class BrigdeIOS
[DllImport("__Internal")]
public static extern void copyText(string text);
[DllImport("__Internal")]
public static extern void SaveVideoWithCustomDate(string videoPath);
[DllImport("__Internal")]
public static extern void SaveImageWithCustomDate(string imagePath);
// [DllImport("__Internal")]
// public static extern void SaveVideoWithCustomDate(string videoPath);
// [DllImport("__Internal")]
// public static extern void SaveImageWithCustomDate(string imagePath);
[DllImport("__Internal")]
public static extern void TrackProduct(string eventName, string dictionaryJson);