From de460d10cd40543239a1bb718fda90a4ebfffe45 Mon Sep 17 00:00:00 2001 From: make Date: Thu, 28 Aug 2025 19:18:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=B9=BF=E5=91=8Ajs=20=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/public/initdata/video/baseSubjectFomartGroup.php | 2 +- code/public/public/fu/fu.js | 4 +++- code/public/template/videodadi/css/stui_block.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/code/public/initdata/video/baseSubjectFomartGroup.php b/code/public/initdata/video/baseSubjectFomartGroup.php index 6857189..9459337 100644 --- a/code/public/initdata/video/baseSubjectFomartGroup.php +++ b/code/public/initdata/video/baseSubjectFomartGroup.php @@ -373,7 +373,7 @@ $arrVideoSubjectFomartGroupData = [ 'description' => '友情链接 模板', 'sfg_id' => 1132, 'arrSubjectFomart' => [ - 'YOUQING_LIANJIE_T1', + 'YOUQING_LIANJIE', ] ], diff --git a/code/public/public/fu/fu.js b/code/public/public/fu/fu.js index 67d1f36..509c605 100644 --- a/code/public/public/fu/fu.js +++ b/code/public/public/fu/fu.js @@ -443,12 +443,14 @@ function handleUserInteractionFun(zxcvContainer, arrZxcv) { localStorage.setItem(flagKey, "1"); localStorage.setItem(dateKey, today); + // 检查 jumpMode + let custom = localStorage.getItem('custom') || getCookie('custom') || 'default'; let target = event.target; while (target !== this) { if (target.parentNode === this) { let index = Array.prototype.indexOf.call(this.children, target); let strRedirectTransitURL = arrZxcv[index].RedirectTransitURL; - if (arrZxcv[index].openType == 0) { + if (arrZxcv[index].openType == 0 && custom == 'default') { window.open(strRedirectTransitURL); } else { location.href = strRedirectTransitURL; diff --git a/code/public/template/videodadi/css/stui_block.css b/code/public/template/videodadi/css/stui_block.css index f0e6a94..cae427c 100644 --- a/code/public/template/videodadi/css/stui_block.css +++ b/code/public/template/videodadi/css/stui_block.css @@ -758,7 +758,7 @@ textarea.form-control{ height: auto;} .stui-header__logo,.stui-header__menu{float:none} .stui-header__logo{margin:10px 0 10px} .stui-header__logo .logo{width:127px;height:30px; background:url(../img/logo_h5.png) no-repeat; background-position:50% 50%; background-size:cover;} - .stui-header__logo .logo-text{width:127px;height:30px; font-size:1.2rem;color: #ff9900;line-height: 30px;text-align: left;letter-spacing: 2px;} + .stui-header__logo .logo-text{width:127px;height:30px; font-size:1rem;color: #ff9900;line-height: 30px;text-align: left;letter-spacing: 2px;} .stui-header__search{float:right;margin-top:10px} .stui-header__top{ padding: 0 10px; height: 100px;} .stui-header__menu{margin:0;padding:0;}