소스 검색

添加统计

jsonwang 3 년 전
부모
커밋
b693924e88
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 {