Skip to content

Commit

Permalink
refactor:去除安装数据中多余的 tip 属性
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Jul 1, 2024
1 parent e43b95f commit 78ded62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/20230620180916_install_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function config(): void
'name' => 'site_name',
'group' => 'basics',
'title' => 'Site Name',
'tip' => '站点名称',
'tip' => '',
'type' => 'string',
'value' => '站点名称',
'rule' => 'required',
Expand Down

0 comments on commit 78ded62

Please sign in to comment.