feat(海星体育): 权限提示-]权限授权]弹窗

This commit is contained in:
AIsouler
2024-05-19 19:58:43 +08:00
parent 8b8243ef74
commit 34d586ef96

View File

@@ -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',
},
],
},
],
});