diff --git a/database/migrations/20230620180916_install_data.php b/database/migrations/20230620180916_install_data.php index 80e96a01..61e3f6f3 100644 --- a/database/migrations/20230620180916_install_data.php +++ b/database/migrations/20230620180916_install_data.php @@ -119,7 +119,7 @@ class InstallData extends Migrator 'name' => 'site_name', 'group' => 'basics', 'title' => 'Site Name', - 'tip' => '站点名称', + 'tip' => '', 'type' => 'string', 'value' => '站点名称', 'rule' => 'required',