Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
bf4fa8bc8c8a3e353d9b77112cf1c5d1df4d7f36
Authored by
云中非
2022-06-16 15:11:50 +0800
1 parent
2aaca61d
feat: 组态动画效果之图片切换
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/enums/ActTypeEnum.java
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/enums/ActTypeEnum.java
View file @
bf4fa8b
@@ -4,5 +4,6 @@ package org.thingsboard.server.common.data.yunteng.enums;
@@ -4,5 +4,6 @@ package org.thingsboard.server.common.data.yunteng.enums;
4
public
enum
ActTypeEnum
{
4
public
enum
ActTypeEnum
{
5
FLASH
,
5
FLASH
,
6
ROTATE
,
6
ROTATE
,
7
-
DISPLAY
7
+
DISPLAY
,
8
+
IMAGE
8
}
9
}