Ver Fonte

feat(FrameElement): add ssPhoto type label

新增79号类型对应的ssPhoto展示标签
lsc há 1 dia atrás
pai
commit
f5fc203eee

+ 1 - 0
src/views/components/element/FrameElement/BaseFrameElement.vue

@@ -174,6 +174,7 @@ const getTypeLabel = (type: number): string => {
     76: 'ssCreateSpace',
     77: 'ssEnglishSpeakingTool',
     78: 'ssVote',
+    79: 'ssPhoto',
   }
   const key = typeMap[type]
   return (key ? lang[key] : lang.ssUnknown) as string