From 38a716fff741f11506310abfbd5db8674bb970bc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 22 Jul 2024 22:22:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=90=BA=E7=A8=8B=E6=97=85=E8=A1=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/ctrip.android.view.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/ctrip.android.view.ts b/src/apps/ctrip.android.view.ts index 009ee0f9..c284998b 100644 --- a/src/apps/ctrip.android.view.ts +++ b/src/apps/ctrip.android.view.ts @@ -4,6 +4,20 @@ export default defineGkdApp({ id: 'ctrip.android.view', name: '携程旅行', groups: [ + { + key: 0, + name: '开屏广告', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/16335041', + }, + ], + }, { key: 1, name: '更新提示',