From afb5c3b246442c5b096a56f60a024f8a0a7ff1cc Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 17 Feb 2020 14:20:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=90=BD=E5=9C=B0?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/View/default/Home/landingPage.html | 6 +++--- Public/Home/css/index2.css | 12 ++++++++++++ Public/Home/images/tuijian.png | Bin 0 -> 535 bytes 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 Public/Home/images/tuijian.png diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 33370b8c5..5f33d9a21 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 0000000000000000000000000000000000000000..5aa3f3aa1b440474e3412f44c55f8755e0155f0c GIT binary patch literal 535 zcmV+y0_gpTP)3W8DXE5RD5ZwRnu{8nD%vHAh@xl<1gWJVoEq9L1T{p^)_>4Y z;A-d+X{jWp_v-cfzULbzlGXL5h|hEmobx%~=Xt)*QEhgh!LGu?s?H2}Hw=lPy@ePr z3UvZ0umny(?SHFoqQtqRDccFr_Z`Ab;Xc7L&@trmAln??fc*;*^MrUMX0a=eVKl`@ z9bC><^6{jgl1L6D3bOQOYY1zPupkJA(KN)NJSGpo`wbEwPk`=%jeh%OOUD|&lr)LC2mVOp1=1n3w*NC)K$r-4$>@|| z0{qq1X+&|`kev+V-Vfk*)wEP%{2u#>@OV(T7SS!(PEG8(aU}#lFZPUm*sR8LedWbQ z;c^JN4LaGxCmxd-$r_8V%16G;{V$cJ=@Vz8bRFrc;IV$p9KYDzGxknm$KPaaw!ata Z;7 Date: Mon, 17 Feb 2020 17:14:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=81=E9=80=9F?= =?UTF-8?q?=E7=89=88=E4=B8=8B=E8=BD=BD=E6=8F=8F=E8=BF=B0=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/GameController.class.php | 8 ++++---- Application/Home/View/default/Home/landingPage.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 5f33d9a21..35674dc43 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -258,7 +258,7 @@
-
极速下载:畅享稳定游戏,拒绝频繁掉签,极速下载,不丢游戏,不丢数据,高端定制,仅针对IOS用户免费开放!
+
极速下载:免费极速下载,高端定制,游戏稳定,仅针对IOS用户开放!
至尊下载:10元购买,永不闪退、不丢数据稳定与保障。同意设备安装一次可在一年内无限次下载重装,并赠送限量至尊超级礼包!