diff --git a/beike/Installer/Lang/en/installer_messages.php b/beike/Installer/Lang/en/installer_messages.php index 92bbd21a..24f61c7f 100644 --- a/beike/Installer/Lang/en/installer_messages.php +++ b/beike/Installer/Lang/en/installer_messages.php @@ -27,6 +27,11 @@ return [ 'describe' => 'Welcome to install BeikeShop. Easy Installation and Setup Wizard.', 'message' => 'Easy Installation and Setup Wizard.', 'next' => 'Check Requirements', + 'copyright_btn' => 'I have read the agreement and agree', + 'copyright_title' => 'Copyright Description', + 'copyright_list_1' => '1. The copyright of this system belongs to Chengdu GuangDa Network Technology Co., Ltd. ', + 'copyright_list_2' => '2. Except for the written permission of the company, no individual, unit or organization may profit from the sale of this system and its derivatives as commodities. ', + 'copyright_list_3' => '3. This system can be downloaded, forwarded, installed, modified and used freely without authorization from our company. ', ], /* diff --git a/beike/Installer/Lang/zh_cn/installer_messages.php b/beike/Installer/Lang/zh_cn/installer_messages.php index cdab0a1b..9ac436d5 100644 --- a/beike/Installer/Lang/zh_cn/installer_messages.php +++ b/beike/Installer/Lang/zh_cn/installer_messages.php @@ -24,6 +24,11 @@ return [ 'describe' => '欢迎使用安装引导,在后面的步骤中我们将检测您的系统环境和安装条件是否达标,请根据每一步中的提示信息操作,谢谢。', 'message' => '欢迎来到安装向导.', 'next' => '检测系统环境', + 'copyright_title' => '版权说明', + 'copyright_btn' => '已阅读协议并同意', + 'copyright_list_1' => '1、本系统版权归属成都光大网络科技有限公司所有。', + 'copyright_list_2' => '2、除本公司书面许可外,任何个人、单位、组织不得将本系统及其衍生品作为商品贩卖销售获利。', + 'copyright_list_3' => '3、本系统可自由下载,转发,安装,修改和使用,不需要我公司授权。', ], /* diff --git a/beike/Installer/Views/welcome.blade.php b/beike/Installer/Views/welcome.blade.php index 28d4c25b..3faf6a57 100644 --- a/beike/Installer/Views/welcome.blade.php +++ b/beike/Installer/Views/welcome.blade.php @@ -40,4 +40,214 @@

+ + @endsection + +@section('scripts') + +@endsection \ No newline at end of file