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

feat(得力e+):开屏广告(补充规则) #3926

Merged
merged 6 commits into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
],
},
],
},
],
});
Loading