diff --git a/src/apps/com.fbank.mobile.ts b/src/apps/com.fbank.mobile.ts new file mode 100644 index 00000000..d20b36ef --- /dev/null +++ b/src/apps/com.fbank.mobile.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.fbank.mobile', + name: '富民银行', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.fbank.mobile:id/iv_dumiao"]', + snapshotUrls: 'https://i.gkd.li/import/13797434', + }, + ], + }, + ], +});