Skip to content

Commit 78ded62

Browse files
committed
refactor:去除安装数据中多余的 tip 属性
1 parent e43b95f commit 78ded62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/20230620180916_install_data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function config(): void
119119
'name' => 'site_name',
120120
'group' => 'basics',
121121
'title' => 'Site Name',
122-
'tip' => '站点名称',
122+
'tip' => '',
123123
'type' => 'string',
124124
'value' => '站点名称',
125125
'rule' => 'required',

0 commit comments

Comments
 (0)