Przeglądaj źródła

添加统计 KEY

jsonwang 3 lat temu
rodzic
commit
672bbdb576
1 zmienionych plików z 18 dodań i 0 usunięć
  1. 18 0
      BFFramework/Classes/Enums/Enums.swift

+ 18 - 0
BFFramework/Classes/Enums/Enums.swift

@@ -299,6 +299,24 @@ public  enum  objectType: String {
     case ot_shanyinApp_musicVideoPreview_musicSearchAudition = "shanyinApp_musicVideoPreview_musicSearchAudition"
     //- 音乐使用数
     case ot_shanyinApp_musicVideoPreview_musicSearchSelect = "shanyinApp_musicVideoPreview_musicSearchSelect"
+    
+    // 卡点模式
+    //  - 抛留比例按钮切换点击数
+    case ot_shanyinApp_musicVideoPreview_selectRatio = "shanyinApp_musicVideoPreview_selectRatio"
+    //  - 自定义抛留比按钮点击数
+    case ot_shanyinApp_musicVideoPreview_customizeRatio = "shanyinApp_musicVideoPreview_customizeRatio"
+    //  - 选择节奏
+    case ot_shanyinApp_musicVideoPreview_selectMusicVideoRhythm = "shanyinApp_musicVideoPreview_selectMusicVideoRhythm"
+ 
+    // 图片循环模式
+    // 循环比例按钮切换点击数
+    case ot_shanyinApp_musicVideoPreview_selectRepeatTimes = "shanyinApp_musicVideoPreview_selectRepeatTimes"
+    //  - 自定义抛留比按钮点击数
+    case ot_shanyinApp_musicVideoPreview_customizeRepeatTimes = "shanyinApp_musicVideoPreview_customizeRepeatTimes"
+    //  - 选择节奏
+    case ot_shanyinApp_musicVideoPreview_selectMusicVideoRepeatRhythm = "shanyinApp_musicVideoPreview_selectMusicVideoRepeatRhythm"
+    
+    
 
 
 }