diff --git a/src/apps/com.wacai365.ts b/src/apps/com.wacai365.ts new file mode 100644 index 00000000..a455d260 --- /dev/null +++ b/src/apps/com.wacai365.ts @@ -0,0 +1,28 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wacai365', + name: '挖财记账', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchLauncher: true, + activityIds: [ + 'com.wacai365.HomeActivity', + 'com.wacai.android.wind.splash.WindDialogActivity', + ], + rules: [ + { + matches: '[id="com.wacai365:id/ksad_splash_circle_skip_view"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13162861', + }, + { + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13177538', + }, + ], + }, + ], +});