perf: 腾讯视频-权限提示-通知权限 #919

This commit is contained in:
AIsouler
2025-05-22 09:46:18 +08:00
parent 92b20a9bf7
commit 17fc15bee5

View File

@@ -212,18 +212,13 @@ export default defineGkdApp({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
actionMaximumKey: 0,
activityIds: '.ona.activity.SplashHomeActivity',
rules: [ rules: [
{ {
key: 0, fastQuery: true,
matches: 'LinearLayout > @[text="以后再说"] + [text="好的"]', activityIds: '.ona.activity.SplashHomeActivity',
snapshotUrls: 'https://i.gkd.li/i/12700139', matches: '@[clickable=true] - [text*="开启通知"]',
}, exampleUrls: 'https://e.gkd.li/d16d04cb-8838-455c-9bc5-acebc936637b',
{ snapshotUrls: 'https://i.gkd.li/i/20368590',
key: 1,
matches: '@ImageView + * > [text^="开启通知"]',
snapshotUrls: 'https://i.gkd.li/i/13670465',
}, },
], ],
}, },