mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(知到): 开屏广告-规则优化、消息推送通知 (#1099)
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.example.advertisement_business.advertisement.AdvertisementActivity',
|
'com.example.advertisement_business.advertisement.AdvertisementActivity',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -16,5 +17,15 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 2,
|
||||||
|
name: '消息推送通知',
|
||||||
|
desc: '自动点击暂不开启。',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.able.wisdomtree.widget.MyAlertDialog',
|
||||||
|
rules: 'TextView[id="com.able.wisdomtree:id/negativeButton"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12909620',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user