diff --git a/Application/Admin/Controller/GameController.class.php b/Application/Admin/Controller/GameController.class.php index cd6962103..3d92891c0 100644 --- a/Application/Admin/Controller/GameController.class.php +++ b/Application/Admin/Controller/GameController.class.php @@ -174,10 +174,10 @@ class GameController extends ThinkController $downloadWays = $_POST['download_ways'] ?? []; if (in_array(GameService::DOWNLOAD_BETA, $downloadWays)) { if (empty($_POST['beta_url'])) { - return $this->error("请在Beta按钮开启的情况填写Beta链接"); + return $this->error("请在极速版下载按钮开启的情况填写极速版下载链接"); } if (!preg_match("/^((https|http|itms-beta)?:\/\/)[^\s]+/i", $_POST['beta_url'])) { - return $this->error("请填写正确的Beta链接"); + return $this->error("请填写正确的极速版下载链接"); } } $_POST['relation_game_name'] = $_POST['game_name']; @@ -316,10 +316,10 @@ class GameController extends ThinkController $downloadWays = $_POST['download_ways'] ?? []; if (in_array(GameService::DOWNLOAD_BETA, $downloadWays)) { if (empty($_POST['beta_url'])) { - return $this->error("请在Beta按钮开启的情况填写Beta链接"); + return $this->error("请在极速版下载按钮开启的情况填写极速版下载链接"); } if (!preg_match("/^((https|http|itms-beta)?:\/\/)[^\s]+/i", $_POST['beta_url'])) { - return $this->error("请填写正确的Beta链接"); + return $this->error("请填写正确的极速版下载链接"); } } /*if($_POST['apply_status']==0&&$_POST['game_status']==1){ diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 33370b8c5..35674dc43 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -258,7 +258,7 @@
-
极速下载:免费下载,解决您频繁掉签的烦恼!
+
极速下载:免费极速下载,高端定制,游戏稳定,仅针对IOS用户开放!
至尊下载:10元购买,永不闪退、不丢数据稳定与保障。同意设备安装一次可在一年内无限次下载重装,并赠送限量至尊超级礼包!
@@ -269,7 +269,7 @@ -
极速下载
+
极速下载
@@ -282,7 +282,7 @@
¥10至尊下载
-
极速下载
+
极速下载
diff --git a/Public/Home/css/index2.css b/Public/Home/css/index2.css index b6b7d07b3..c1d23e39a 100644 --- a/Public/Home/css/index2.css +++ b/Public/Home/css/index2.css @@ -449,6 +449,18 @@ font-size: 0.28rem; color: #FFf; } +.quick-btn { + position: relative; +} +.quick-btn i { + position: absolute; + background-image: url(../images/tuijian.png); + width: 17px; + height: 21px; + display: inline-block; + left: 3.40rem; + top: 0rem; +} .gray-btn{ width: 4.40rem; height:0.7rem; diff --git a/Public/Home/images/tuijian.png b/Public/Home/images/tuijian.png new file mode 100644 index 000000000..5aa3f3aa1 Binary files /dev/null and b/Public/Home/images/tuijian.png differ