Commit c5d0ca2a7dc9d971888e4a5d84495015cdaac610
1 parent
0f93987f
perf: rename RUNNING dynamic effect
Showing
1 changed file
with
5 additions
and
5 deletions
@@ -5406,11 +5406,11 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -5406,11 +5406,11 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
5406 | } | 5406 | } |
5407 | 5407 | ||
5408 | /** | 5408 | /** |
5409 | - * @description 运行停止 | 5409 | + * @description 水流动效 |
5410 | */ | 5410 | */ |
5411 | function createRunningAndStopPanel() { | 5411 | function createRunningAndStopPanel() { |
5412 | dynamicEffectList.push({ | 5412 | dynamicEffectList.push({ |
5413 | - label: '运行与停止', | 5413 | + label: '水流动效', |
5414 | type: enumDynamicEffectType.RUNNING, | 5414 | type: enumDynamicEffectType.RUNNING, |
5415 | category: enumCategory.ACT | 5415 | category: enumCategory.ACT |
5416 | }) | 5416 | }) |
@@ -7011,7 +7011,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -7011,7 +7011,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
7011 | FLASH: '闪烁', | 7011 | FLASH: '闪烁', |
7012 | DISPLAY: '显示/隐藏', | 7012 | DISPLAY: '显示/隐藏', |
7013 | ROTATE: '旋转', | 7013 | ROTATE: '旋转', |
7014 | - RUNNING: '运行于停止' | 7014 | + RUNNING: '水流动效' |
7015 | } | 7015 | } |
7016 | 7016 | ||
7017 | const enumActionEl = { | 7017 | const enumActionEl = { |
@@ -7054,8 +7054,8 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -7054,8 +7054,8 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
7054 | ] | 7054 | ] |
7055 | 7055 | ||
7056 | const runningOptions = [ | 7056 | const runningOptions = [ |
7057 | - { name: '运行', id: enumRunningType.RUN }, | ||
7058 | - { name: '停止', id: enumRunningType.STOP }, | 7057 | + { name: '流动', id: enumRunningType.RUN }, |
7058 | + { name: '静止', id: enumRunningType.STOP }, | ||
7059 | ] | 7059 | ] |
7060 | 7060 | ||
7061 | /** | 7061 | /** |