fix(挖财记账): 新增开屏广告类型+规则优化 (#2218)

This commit is contained in:
xiaowonet 2023-11-18 23:49:00 +08:00 committed by GitHub
parent da8a61920e
commit c54b40a539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,23 +8,28 @@ export default defineAppConfig({
key: 0,
name: '开屏广告',
quickFind: true,
matchLauncher: true,
activityIds: [
'com.wacai365.HomeActivity',
'com.wacai.android.wind.splash.WindDialogActivity',
],
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: '[id="com.wacai365:id/ksad_splash_circle_skip_view"]',
snapshotUrls: 'https://i.gkd.li/import/13162861',
},
{
key: 1,
matches: '[id$="id/tt_splash_skip_btn"]',
snapshotUrls: [
'https://i.gkd.li/import/13177538',
'https://i.gkd.li/import/13194893',
],
},
{
key: 2,
matches: '[text^="跳过"][text.length<=6]',
snapshotUrls: 'https://i.gkd.li/import/13399124',
},
],
},
{