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

Commit

Permalink
feat:优化规则
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 26, 2024
1 parent f02a2a1 commit f98fe6c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/apps/com.delicloud.app.smartoffice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,17 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'@View[clickable=true] <2 FrameLayout <2 FrameLayout <<2 FrameLayout[id="com.delicloud.app.smartoffice:id/splash_container"]',
snapshotUrls: ['https://i.gkd.li/import/13840775'],
},
{
matches:
'[id="com.delicloud.app.smartoffice:id/splash_container"] View[index=2]',
snapshotUrls: 'https://i.gkd.li/import/13944086',
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
snapshotUrls: [
'https://i.gkd.li/import/13840775',
'https://i.gkd.li/import/13944086',
],
},
],
},
Expand Down

0 comments on commit f98fe6c

Please sign in to comment.