refactor: banner加入"banner简称"问题修改
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 7s
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 7s
This commit is contained in:
@@ -21,6 +21,8 @@ class SysBannerItemBaseModel extends BaseModel
|
|||||||
'banner_id' => 'int',
|
'banner_id' => 'int',
|
||||||
'title' => 'string',
|
'title' => 'string',
|
||||||
'title_txt_color' => 'string',
|
'title_txt_color' => 'string',
|
||||||
|
'short_title' => 'string',
|
||||||
|
'short_title_txt_color' => 'string',
|
||||||
'desc' => 'string',
|
'desc' => 'string',
|
||||||
'desc_txt_color' => 'string',
|
'desc_txt_color' => 'string',
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user