新增小额奖励

This commit is contained in:
2026-05-09 18:00:33 +08:00
parent 8bc05d6c63
commit e509522188
121 changed files with 1582 additions and 61 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public class BrigdeIOS
[DllImport("__Internal")]
public static extern void setRewardBtnTag(bool flag);
[DllImport("__Internal")]
public static extern void SetOffset(int offset_y, int offset_y2);
public static extern void SetOffset(int offset_y ,int offset_y2);
[DllImport("__Internal")]
public static extern void copyText(string text);
}