feat(知到): 开屏广告-规则优化、消息推送通知 (#1099)

This commit is contained in:
aoguai
2023-10-16 00:50:57 +08:00
committed by GitHub
parent f570db2e28
commit 0aa6e28205

View File

@@ -7,6 +7,7 @@ export default defineAppConfig({
{
key: 1,
name: '开屏广告',
quickFind: true,
activityIds:
'com.example.advertisement_business.advertisement.AdvertisementActivity',
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',
},
],
});