diff --git a/src/apps/com.bankcomm.Bankcomm.ts b/src/apps/com.bankcomm.Bankcomm.ts new file mode 100644 index 00000000..2d716f8b --- /dev/null +++ b/src/apps/com.bankcomm.Bankcomm.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bankcomm.Bankcomm', + name: '交通银行', + groups: [ + { + key: 0, + activityIds: 'com.bankcomm.module.biz.home.MainActivity', + name: '弹窗广告', + desc: '点击右上角x', + rules: + '[id="com.bankcomm.Bankcomm:id/popup_ad_image"] - [id="com.bankcomm.Bankcomm:id/popup_close"]', + // 貌似快照里位置和截图不对应 + snapshotUrls: 'https://gkd-kit.gitee.io/import/12671987', + }, + ], +});