From ef63ae3f98c47907fd2d2e47ab2cad21b8f1a23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=B4=E6=8B=89=E5=B7=B4=E6=8B=89=E5=98=BF?= <83610194+superHao2000@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:09:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(MERIT=E8=B6=85=E7=87=83=E8=84=82):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2381)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: MERIT超燃脂 * feat(MERIT超燃脂): 开屏广告 --------- Co-authored-by: lisonge close #2376 --- src/apps/uni.UNIE7FC6F0.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/uni.UNIE7FC6F0.ts diff --git a/src/apps/uni.UNIE7FC6F0.ts b/src/apps/uni.UNIE7FC6F0.ts new file mode 100644 index 00000000..94bb0d25 --- /dev/null +++ b/src/apps/uni.UNIE7FC6F0.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; +export default defineAppConfig({ + id: 'uni.UNIE7FC6F0', + name: 'MERIT超燃脂', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '@TextView[id="uni.UNIE7FC6F0:id/tv_seconds"]', + exampleUrls: [ + 'https://m.gkd.li/83610194/e6748e2f-3bdb-4f13-8caf-1ab8b5795f24', + ], + snapshotUrls: ['https://i.gkd.li/import/13432983'], + }, + ], + }, + ], +});