瀏覽代碼

添加设置发音人统计 KEY

jsonwang 3 年之前
父節點
當前提交
50830e68f2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      BFCommonKit/Classes/BFEnums/Enums.swift

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

@@ -412,6 +412,7 @@ public enum objectType: String {
     case ot_captionsButton = "captionsButton" // 视说App-点击字幕
     case ot_shootVideoButton = "shootVideo"
     case ot_addVideoButton = "addVideo"
+    case ot_voiceChangerButton = "voiceChangerButton"
     
     public func realRawValue(prefix: String? = nil) -> String {
         if prefix != nil, (prefix?.count ?? 0) > 0 {