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

Commit

Permalink
feat(得力e+): 开屏广告 (#3740)
Browse files Browse the repository at this point in the history
close #3738
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 98ba0f4 commit 98f2bf0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/apps/com.delicloud.app.smartoffice.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.delicloud.app.smartoffice',
name: '得力e+',
groups: [
{
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'],
},
],
});

0 comments on commit 98f2bf0

Please sign in to comment.