diff --git a/src/apps/com.delicloud.app.smartoffice.ts b/src/apps/com.delicloud.app.smartoffice.ts new file mode 100644 index 00000000..cf9a0fa2 --- /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: '开屏广告', + activityIds: 'com.delicloud.app.smartoffice.mvp.ui.JiGuangSpalshActivity', + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12843738'], + }, + ], + }, + ], +});