Commit bf4fa8bc8c8a3e353d9b77112cf1c5d1df4d7f36

Authored by 云中非
1 parent 2aaca61d

feat: 组态动画效果之图片切换

... ... @@ -4,5 +4,6 @@ package org.thingsboard.server.common.data.yunteng.enums;
4 4 public enum ActTypeEnum {
5 5 FLASH,
6 6 ROTATE,
7   - DISPLAY
  7 + DISPLAY,
  8 + IMAGE
8 9 }
... ...