From 1ab8e7abbd7fa08e4a354ee1b9e0c546f583fd58 Mon Sep 17 00:00:00 2001 From: WuNai <30364629+pengxinwen@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:01:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8A=9D=E9=BA=BB=E7=B2=92):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=BC=B9=E7=AA=97=E8=B7=B3=E8=BF=87=20(#2424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pansong291.xposed.quickenergy.repair.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/pansong291.xposed.quickenergy.repair.ts diff --git a/src/apps/pansong291.xposed.quickenergy.repair.ts b/src/apps/pansong291.xposed.quickenergy.repair.ts new file mode 100644 index 00000000..9c281d01 --- /dev/null +++ b/src/apps/pansong291.xposed.quickenergy.repair.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'pansong291.xposed.quickenergy.repair', + name: '芝麻粒', + groups: [ + { + name: '开屏弹窗跳过', + key: 1, + desc: '打开app点击知道了', + rules: [ + { + activityIds: ['pansong291.xposed.quickenergy.ui.MainActivity'], + matches: ['[id=\'android:id/button2\']'], + snapshotUrls: ['https://i.gkd.li/import/13445477'], + }, + ], + }, + ], +});