diff --git a/src/apps/com.cgbchina.xpt.ts b/src/apps/com.cgbchina.xpt.ts new file mode 100644 index 00000000..5dbca1ae --- /dev/null +++ b/src/apps/com.cgbchina.xpt.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cgbchina.xpt', + name: '广发银行', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + activityIds: + 'com.cgb.mobilebank.sit.launcher.module.main.activity.IndexActivity_', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: ['https://i.gkd.li/import/13189690'], + }, + ], +});