feat(天天基金): 开屏广告(优化规则)、更新弹窗 (#2846)

* feat 开屏广告(优化规则)

* feat 更新弹窗
This commit is contained in:
Kun Jinkao
2023-12-05 20:45:57 +08:00
committed by GitHub
parent e39dca6c8e
commit 5ad9cc0516

View File

@@ -7,9 +7,11 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: quickFind: true,
'com.eastmoney.android.fund.centralis.activity.FundRootActivity', matchTime: 10000,
rules: '[id="com.eastmoney.android.fund:id/ad_ignore"][text^="跳过"]', actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/12781533', snapshotUrls: 'https://i.gkd.li/import/12781533',
}, },
{ {
@@ -33,5 +35,13 @@ export default defineAppConfig({
], ],
snapshotUrls: 'https://i.gkd.li/import/12642387', snapshotUrls: 'https://i.gkd.li/import/12642387',
}, },
{
key: 3,
name: '更新弹窗',
actionMaximum: 1,
resetMatch: 'app',
rules: '@FrameLayout[clickable=true] - * >2 [desc="立即升级"]',
snapshotUrls: 'https://i.gkd.li/import/13546927',
},
], ],
}); });