|
@@ -413,6 +413,7 @@ public enum objectType: String {
|
|
|
case ot_shootVideoButton = "shootVideo"
|
|
|
case ot_addVideoButton = "addVideo"
|
|
|
case ot_voiceChangerButton = "voiceChangerButton"
|
|
|
+ case ot_musicChangerButton = "musicChangerButton" // 页面访问
|
|
|
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|