feat: 页面新增明亮模式背景相关配置项

页面新增明亮模式背景相关配置项
main
hong.yang 2 years ago
parent ca4a5c0e09
commit f2c5926109

@ -93,9 +93,15 @@ public class DataRoomPageDTO extends BasePageDTO {
@ApiModelProperty(notes = "背景色")
private String bgColor;
@ApiModelProperty(notes = "明亮模式背景色")
private String lightBgColor;
@ApiModelProperty(notes = "背景图")
private String bg;
@ApiModelProperty(notes = "明亮模式背景图")
private String lightBg;
@ApiModelProperty(notes = "自定义主题")
private String customTheme;

Loading…
Cancel
Save