perf(应用商店): 权限提示-通知权限 (#435)

This commit is contained in:
AIsouler
2024-10-29 20:30:42 +08:00
parent 45bee1458b
commit 213433d430

View File

@@ -12,13 +12,9 @@ export default defineGkdApp({
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]',
snapshotUrls: 'https://i.gkd.li/i/13198101',
},
{
key: 1,
activityIds: '.ui.AppStoreTabActivity',
matches: ['[text*="通知"]', '[text="取消"]'],
snapshotUrls: [
'https://i.gkd.li/i/13198234',
@@ -28,5 +24,22 @@ export default defineGkdApp({
},
],
},
{
key: 2,
name: '全屏广告-热门应用推荐',
desc: '点击[跳过,进入首页]',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
activityIds: '.upgrade.UpgradeNecessaryActivity',
matches: '[text="跳过,进入首页"]',
exampleUrls: 'https://e.gkd.li/eb96ca80-2e68-4f41-ac0f-3c82092034d7',
snapshotUrls: 'https://i.gkd.li/i/13198101',
},
],
},
],
});