From 795011a9c3483bf573c62e9e44b88e1ccd9e0950 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 1 Sep 2022 20:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E4=B8=9A=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/welcome.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/route/welcome.php b/route/welcome.php index 0a93954..69c0123 100644 --- a/route/welcome.php +++ b/route/welcome.php @@ -26,6 +26,12 @@ Route::view('/', 'welcome', [ 'href' => 'http://admin.demo.ulthon.com/admin/', 'target' => '_blank', ], + [ + 'name' => '商业支持', + 'active' => false, + 'href' => 'https://ulthon.com/bussiness.html', + 'target' => '_blank', + ], [ 'name' => 'QQ群', 'active' => false,