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

Commit

Permalink
feat(得力e+):开屏广告(补充规则) (#3926)
Browse files Browse the repository at this point in the history
close #3910
  • Loading branch information
AIsouler authored Jan 28, 2024
1 parent 3fc00f9 commit a0ceddc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/apps/com.delicloud.app.smartoffice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'@View[clickable=true] <2 FrameLayout <2 FrameLayout <<2 FrameLayout[id="com.delicloud.app.smartoffice:id/splash_container"]',
snapshotUrls: ['https://i.gkd.li/import/13840775'],
rules: [
{
quickFind: true,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [vid="splash_container"]',
snapshotUrls: [
'https://i.gkd.li/import/13840775',
'https://i.gkd.li/import/13944086',
],
},
],
},
],
});

0 comments on commit a0ceddc

Please sign in to comment.