From 34d586ef96ee84d737fe033a68c459162576acdc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 19 May 2024 19:58:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=B7=E6=98=9F=E4=BD=93=E8=82=B2):=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8F=90=E7=A4=BA-]=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=8E=88=E6=9D=83]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.haixing.phonelive.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/com.haixing.phonelive.ts diff --git a/src/apps/com.haixing.phonelive.ts b/src/apps/com.haixing.phonelive.ts new file mode 100644 index 00000000..6e12df24 --- /dev/null +++ b/src/apps/com.haixing.phonelive.ts @@ -0,0 +1,26 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.haixing.phonelive', + name: '海星体育', + groups: [ + { + key: 1, + name: '权限提示-]权限授权]弹窗', + desc: '点击取消', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + activityIds: 'com.longya.live.activity.MainActivity', + matches: ['[text*="权限授权"]', '[text="取消"]'], + exampleUrls: + 'https://m.gkd.li/57941037/0524b810-b24f-4e5b-8a62-5b660b04255b', + snapshotUrls: 'https://i.gkd.li/i/15369230', + }, + ], + }, + ], +});