mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(京喜特价): 开屏广告-规则优化;通知权限弹窗 (#1305)
* feat: 请求通知权限弹窗 * feat: 开屏广告(补充 activityId)
This commit is contained in:
parent
526a5677ea
commit
b58dfe345f
|
@ -7,9 +7,16 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.jd.jdlite.ad.ADActivity',
|
activityIds: [
|
||||||
|
'com.jd.jdlite.ad.ADActivity',
|
||||||
|
'com.jd.jdlite.MainActivity',
|
||||||
|
],
|
||||||
|
matchLauncher: true,
|
||||||
rules: '[desc="闪屏广告"] + [text$="跳过"]',
|
rules: '[desc="闪屏广告"] + [text$="跳过"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727385',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12727385',
|
||||||
|
'https://gkd-kit.songe.li/import/13062972',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
@ -18,5 +25,13 @@ export default defineAppConfig({
|
||||||
rules: '@[desc="关闭页面"] - FrameLayout >n [text="极速版弹窗"]',
|
rules: '@[desc="关闭页面"] - FrameLayout >n [text="极速版弹窗"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727396',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12727396',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 10,
|
||||||
|
name: '请求通知权限弹窗',
|
||||||
|
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
||||||
|
rules:
|
||||||
|
'@ImageView[clickable=true] - LinearLayout > [text="开启消息通知"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/13062969',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user