|
@@ -299,6 +299,24 @@ public enum objectType: String {
|
|
case ot_shanyinApp_musicVideoPreview_musicSearchAudition = "shanyinApp_musicVideoPreview_musicSearchAudition"
|
|
case ot_shanyinApp_musicVideoPreview_musicSearchAudition = "shanyinApp_musicVideoPreview_musicSearchAudition"
|
|
//- 音乐使用数
|
|
//- 音乐使用数
|
|
case ot_shanyinApp_musicVideoPreview_musicSearchSelect = "shanyinApp_musicVideoPreview_musicSearchSelect"
|
|
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"
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|