作者 庄敏学
@@ -52,6 +52,12 @@ type QuarterSeries struct { @@ -52,6 +52,12 @@ type QuarterSeries struct {
52 SeriesValue string `json:"seriesValue"` 52 SeriesValue string `json:"seriesValue"`
53 } 53 }
54 54
  55 +type Divider struct {
  56 + SelectedIdx string `json:"selectedIdx,optional,omitempty"` // 选择的分割线样式
  57 + TextSwitch bool `json:"textSwitch,optional,omitempty"` // 是否展示组件文本
  58 + Text string `json:"text"` // 组件文本内容
  59 +}
  60 +
55 type Title struct { 61 type Title struct {
56 TitleSwitch bool `json:"titleSwitch,optional"` // 组件标题开关 62 TitleSwitch bool `json:"titleSwitch,optional"` // 组件标题开关
57 IntroduceSwitch bool `json:"introduceSwitch,optional"` // 组件说明开关 63 IntroduceSwitch bool `json:"introduceSwitch,optional"` // 组件说明开关