Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix(挖财记账): 新增开屏广告类型+规则优化 (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowonet authored Nov 18, 2023
1 parent da8a619 commit c54b40a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/apps/com.wacai365.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
{
Expand Down

0 comments on commit c54b40a

Please sign in to comment.