|
@@ -152,11 +152,12 @@ public enum PAGESOURCE: String {
|
|
case sp_cmunit_interestedTopic = "hotTopicRecommendWindow"
|
|
case sp_cmunit_interestedTopic = "hotTopicRecommendWindow"
|
|
case sp_cmunit_cmtMsgPage = "commentMessagePage"
|
|
case sp_cmunit_cmtMsgPage = "commentMessagePage"
|
|
case sp_cmunit_mePage = "mePage"
|
|
case sp_cmunit_mePage = "mePage"
|
|
- case sp_cmunit_userPage = "homePage"
|
|
+ case sp_homePage = "homePage"
|
|
|
|
|
|
case sp_shanyinApp_main = "speedApp-main"
|
|
case sp_shanyinApp_main = "speedApp-main"
|
|
|
|
|
|
case sp_shanyinApp_mine = "shanyinApp-mine"
|
|
case sp_shanyinApp_mine = "shanyinApp-mine"
|
|
|
|
+ case sp_speekPage = "speekPage"
|
|
|
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
@@ -202,7 +203,8 @@ public enum objectType: String {
|
|
case ot_selectVideoProductionMode = "speedApp_viewWindow_selectVideoProductionMode"
|
|
case ot_selectVideoProductionMode = "speedApp_viewWindow_selectVideoProductionMode"
|
|
|
|
|
|
|
|
|
|
- case ot_makevideo_video = "video"
|
|
+ case ot_video = "video"
|
|
|
|
+ case ot_image = "image"
|
|
case ot_makevideo_gif = "gif"
|
|
case ot_makevideo_gif = "gif"
|
|
case ot_makevideo_jpg = "jpg"
|
|
case ot_makevideo_jpg = "jpg"
|
|
case ot_enterComposeToolButton = "speedApp_enterComposeToolButton"
|
|
case ot_enterComposeToolButton = "speedApp_enterComposeToolButton"
|
|
@@ -400,6 +402,7 @@ public enum objectType: String {
|
|
case ot_notificationButton = "notificationButton"
|
|
case ot_notificationButton = "notificationButton"
|
|
case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen"
|
|
case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen"
|
|
case ot_hotBoard_videoButton = "videoButton"
|
|
case ot_hotBoard_videoButton = "videoButton"
|
|
|
|
+ case ot_addVideo = "addVideo"
|
|
|
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|