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,