diff --git a/src/apps/com.delicloud.app.smartoffice.ts b/src/apps/com.delicloud.app.smartoffice.ts new file mode 100644 index 00000000..284cd9db --- /dev/null +++ b/src/apps/com.delicloud.app.smartoffice.ts @@ -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'], + }, + ], +});