Browse Source

添加统计

jsonwang 3 năm trước cách đây
mục cha
commit
b693924e88
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      BFCommonKit/Classes/BFEnums/Enums.swift

+ 2 - 0
BFCommonKit/Classes/BFEnums/Enums.swift

@@ -411,6 +411,8 @@ public enum objectType: String {
     case ot_composeSuccess = "composeSuccess" // 视说App-合成成功
     case ot_saveToAblum = "saveToAblum" // 视说App-点击保存至相册
     case ot_captionsButton = "captionsButton" // 视说App-点击字幕
+    case ot_shootVideoButton = "shootVideo"
+    case ot_addVideoButton = "addVideo"
     
     public func realRawValue(prefix: String? = nil) -> String {
         if prefix != nil, (prefix?.count ?? 0) > 0 {