mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
perf(应用商店): 权限提示-通知权限 (#435)
This commit is contained in:
@@ -12,13 +12,9 @@ export default defineGkdApp({
|
|||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
|
||||||
key: 0,
|
|
||||||
matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13198101',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
activityIds: '.ui.AppStoreTabActivity',
|
||||||
matches: ['[text*="通知"]', '[text="取消"]'],
|
matches: ['[text*="通知"]', '[text="取消"]'],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13198234',
|
'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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user