From cd310d834638689c22959a0b91cbb774090e9c93 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:43:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(TapTap)=20=E9=9D=92=E5=B0=91=E5=B9=B4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F-=E9=A6=96=E9=A1=B5=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E6=A8=AA=E5=B9=85=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taptap.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.taptap.ts b/src/apps/com.taptap.ts index 854532ab..3800aff1 100644 --- a/src/apps/com.taptap.ts +++ b/src/apps/com.taptap.ts @@ -62,5 +62,13 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '青少年模式-首页顶部横幅提示', + quickFind: true, + resetMatch: 'app', + rules: '[text*="青少年模式"] + [vid="iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/14209309', + }, ], });