|
@@ -153,25 +153,27 @@ export default {
|
|
|
return {
|
|
|
modelVisible: false,
|
|
|
themeColorKeys: [
|
|
|
- "defaultFillColor",
|
|
|
- "defaultStartEventColor",
|
|
|
- "defaultEndEventColor",
|
|
|
- "defaultIntermediateEventColor",
|
|
|
+ "默认填充颜色",
|
|
|
+ "默认开始节点颜色",
|
|
|
+ "默认结束节点颜色",
|
|
|
+ "默认中间/边界节点颜色",
|
|
|
"defaultIntermediateThrowEventColor",
|
|
|
"defaultIntermediateCatchEventColor",
|
|
|
- "defaultTaskColor",
|
|
|
- "defaultLabelColor",
|
|
|
- "defaultGatewayColor",
|
|
|
- "defaultSequenceColor",
|
|
|
+ // "默认Task颜色",
|
|
|
+ "默认任务颜色",
|
|
|
+ "默认Label颜色",
|
|
|
+ // "默认Gateway颜色",
|
|
|
+ "默认网关颜色",
|
|
|
+ "默认Sequence颜色",
|
|
|
],
|
|
|
themeOpacityKeys: [
|
|
|
- "defaultStartEventOpacity",
|
|
|
- "defaultEndEventOpacity",
|
|
|
+ "默认开始节点填充颜色透明度",
|
|
|
+ "默认结束节点填充颜色透明度",
|
|
|
"defaultIntermediateThrowEventOpacity",
|
|
|
"defaultIntermediateCatchEventOpacity",
|
|
|
"defaultTaskOpacity",
|
|
|
"defaultLabelOpacity",
|
|
|
- "defaultGatewayOpacity",
|
|
|
+ "默认网关填充颜色透明度",
|
|
|
"defaultSequenceOpacity",
|
|
|
],
|
|
|
editorSettings: this.settings,
|