From c0813c8129e1af62b7c1fd6ad6ec692aed52c2b4 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Tue, 9 Nov 2021 16:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/HomeController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index d003d02fe..772243ab9 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -325,6 +325,9 @@ class HomeController extends Controller if(in_array($game['id'], [191, 192])) { $game['relation_game_name'] = '九灵神域'; } + if(in_array($game['id'], [219, 220])) { + $game['relation_game_name'] = '麻雀飞青天'; + } $this->assign("serviceQQ", $serviceQQ); $this->assign('isNewIos', $isNewIos);