From 97d8d08788c5b50edc77a81b53a15985b2e43243 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:31:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A7=E5=A7=A8=E5=A6=88):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97-=E8=85=BE=E8=AE=AFSDK=20(#3593)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(大姨妈): 广告弹窗-腾讯SDK * chore(actions): check_format_lint * feat(大姨妈): 开屏广告 --------- Co-authored-by: adproqwq <2757917031@qq.com> Co-authored-by: github-actions[bot] --- src/apps/com.yoloho.dayima.ts | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/apps/com.yoloho.dayima.ts diff --git a/src/apps/com.yoloho.dayima.ts b/src/apps/com.yoloho.dayima.ts new file mode 100644 index 00000000..20f8facd --- /dev/null +++ b/src/apps/com.yoloho.dayima.ts @@ -0,0 +1,31 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yoloho.dayima', + name: '大姨妈', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13800282', + }, + { + key: 1, + name: '广告弹窗', + matchTime: 10000, + rules: [ + { + key: 0, + name: '腾讯SDK', + matches: + '[id="android:id/content"] >n FrameLayout[index=2] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13800255', + }, + ], + }, + ], +});