优化弹窗和后台设置字体
This commit is contained in:
@@ -27,6 +27,16 @@ type HomeConfigDTO struct {
|
||||
PublishOptions PublishOptionsDTO `json:"publish_options"`
|
||||
}
|
||||
|
||||
type OrderAgreementsDTO struct {
|
||||
VirtualAssetPurchase AgreementContentDTO `json:"virtual_asset_purchase"`
|
||||
RenterAgreement AgreementContentDTO `json:"renter_agreement"`
|
||||
}
|
||||
|
||||
type AgreementContentDTO struct {
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
type HomeBannerItem struct {
|
||||
Eyebrow string `json:"eyebrow"`
|
||||
Title string `json:"title"`
|
||||
|
||||
Reference in New Issue
Block a user