hotfix: 预设按钮问题
This commit is contained in:
parent
91e52e462b
commit
28b4965c60
@ -88,7 +88,7 @@ public class ModelV2PropsPopulator implements ParsedModel3Visitor {
|
||||
ButtonRouterDTO buttonV2 = new ButtonRouterDTO();
|
||||
buttonV2.setDesc(buttonV3.getName());
|
||||
buttonV2.setCategory(buttonV3.getCategory());
|
||||
buttonV2.setPresetButtonType(buttonV3.getPresetBtnType());
|
||||
buttonV2.setPresetButtonType(buttonV3.getPresetButtonType());
|
||||
buttonV2.setStyle(buttonV3.parseStyle());
|
||||
buttonV2.setExecutorShow(buttonV3.getExecutorShow());
|
||||
buttonV2.setPendingShow(buttonV3.getPendingShow());
|
||||
|
||||
@ -39,7 +39,7 @@ public class ParsedButtonV3 implements MessageButton {
|
||||
/**
|
||||
* 预设按钮类型
|
||||
*/
|
||||
private PresetButtonType presetBtnType;
|
||||
private PresetButtonType presetButtonType;
|
||||
|
||||
/**
|
||||
* 按钮来源
|
||||
|
||||
Loading…
Reference in New Issue
Block a user