fix:1、添加arrow的游戏代码,和相关的周边功能

This commit is contained in:
2026-07-10 17:57:02 +08:00
parent dd56ccb469
commit f1e05d9547
145 changed files with 8492 additions and 1059 deletions
+10 -1
View File
@@ -16,6 +16,8 @@ public static class ADEventTrack
public static readonly string VipLive = TrackEvent.Register("vip_live");
public static readonly string VipSecretAlbums = TrackEvent.Register("vip_secret_albums");
public static readonly string Coinsbuy = TrackEvent.Register("coins_buy");
public static readonly string WithdrawEvent = TrackEvent.Register("withdraw_behavior");
public static class Property
{
#region +1
@@ -154,7 +156,14 @@ public static class ADEventTrack
public static readonly string WatchAdNumber = TrackProperty.Register("WatchAdNumber");
public static readonly string FinishAdNumber = TrackProperty.Register("FinishAdNumber");
public static readonly string WithdrawMessage = TrackProperty.Register("WithdrawMessage");
public static readonly string WithdrawCash = TrackProperty.Register("WithdrawCash");
#region
public static readonly string withdraw_cash1 = TrackProperty.Register("withdraw_cash1");
public static readonly string withdraw_cash2 = TrackProperty.Register("withdraw_cash2");
public static readonly string withdraw_cash3 = TrackProperty.Register("withdraw_cash3");
#endregion
}
}