From 86891f38a5dcc897468eea768926d851cfea738e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:55:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(FOWL):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/vstc.AKCXKJ.client.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/vstc.AKCXKJ.client.ts diff --git a/src/apps/vstc.AKCXKJ.client.ts b/src/apps/vstc.AKCXKJ.client.ts new file mode 100644 index 00000000..2391d3e9 --- /dev/null +++ b/src/apps/vstc.AKCXKJ.client.ts @@ -0,0 +1,26 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'vstc.AKCXKJ.client', + name: 'FOWL', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: [ + 'vstc.AKCXKJ.client.SplashActivity', + 'vstc.AKCXKJ.client.MainActivity', + ], + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12661199'], + }, + { + matches: '@[id=null][text^="跳过"] < LinearLayout +(4) ImageView', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12661178'], + }, + ], + }, + ], +});