hotfix: 预设按钮问题

This commit is contained in:
yanglin 2024-11-19 18:39:43 +08:00
parent 91e52e462b
commit 28b4965c60
2 changed files with 2 additions and 2 deletions

View File

@ -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());

View File

@ -39,7 +39,7 @@ public class ParsedButtonV3 implements MessageButton {
/**
* 预设按钮类型
*/
private PresetButtonType presetBtnType;
private PresetButtonType presetButtonType;
/**
* 按钮来源