Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(得力e+): 开屏广告(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 11, 2024
1 parent bd6aea4 commit 7e3c531
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/apps/com.delicloud.app.smartoffice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
quickFind: true,
key: 0,
matches: '[text="跳过"][childCount=0][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/23262900-c52d-494a-9b7d-bb821025665a',
snapshotUrls: 'https://i.gkd.li/i/14553055',
},
{
key: 1,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [vid="splash_container"]',
snapshotUrls: [
Expand Down

0 comments on commit 7e3c531

Please sign in to comment.