From 43a3c66402b36a2ab6113152f1a4cc11310ea8ad Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 19 Sep 2023 21:59:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9B=B4=E6=92=AD=E5=90=A7):=20=E5=BC=80?= =?UTF-8?q?=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/android.zhibo8.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/android.zhibo8.ts diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts new file mode 100644 index 00000000..c9fc9afb --- /dev/null +++ b/src/apps/android.zhibo8.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'android.zhibo8', + name: '直播吧', + groups: [ + { + key: 0, + name: '开屏广告', + rules: [ + { + matches: '[id="android.zhibo8:id/tv_skip_text"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12605327', + }, + { + matches: '[id="android.zhibo8:id/asv_splash"] TextView[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12661109', + }, + ], + }, + ], +});