mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 06:29:50 +00:00
refactor:去除安装数据中多余的 tip 属性
This commit is contained in:
parent
e43b95fc9d
commit
78ded62da8
@ -119,7 +119,7 @@ class InstallData extends Migrator
|
||||
'name' => 'site_name',
|
||||
'group' => 'basics',
|
||||
'title' => 'Site Name',
|
||||
'tip' => '站点名称',
|
||||
'tip' => '',
|
||||
'type' => 'string',
|
||||
'value' => '站点名称',
|
||||
'rule' => 'required',
|
||||
|
Loading…
Reference in New Issue
Block a user