From 85f2c6c1f637f746182a91f1a3a0caa46216fc6b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:08:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=8C=E6=9F=84):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E3=80=81=E7=AD=BE=E5=88=B0=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#2168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat 签到弹窗 --- src/apps/com.diershoubing.erbing.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/apps/com.diershoubing.erbing.ts diff --git a/src/apps/com.diershoubing.erbing.ts b/src/apps/com.diershoubing.erbing.ts new file mode 100644 index 00000000..9d37cb36 --- /dev/null +++ b/src/apps/com.diershoubing.erbing.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.diershoubing.erbing', + name: '二柄', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: + '@[id="com.byted.pangle:id/tt_splash_skip_btn"] < [text="签到成功"]', + snapshotUrls: 'https://i.gkd.li/import/13378845', + }, + ], +});