From f724efd17fa74cbd6b4d8f89c7574654bc9821ba Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:12:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=88=B1=E5=A5=87=E8=89=BA=E6=9E=81?= =?UTF-8?q?=E9=80=9F=E7=89=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#3541)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3539 --- src/apps/com.qiyi.video.lite.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.qiyi.video.lite.ts diff --git a/src/apps/com.qiyi.video.lite.ts b/src/apps/com.qiyi.video.lite.ts new file mode 100644 index 00000000..a5cbeaa9 --- /dev/null +++ b/src/apps/com.qiyi.video.lite.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qiyi.video.lite', + name: '爱奇艺极速版', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: '[text*="关闭"] <2 LinearLayout', + snapshotUrls: 'https://i.gkd.li/import/13797162', + }, + ], +});