mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(交通银行): 点击右上角x
This commit is contained in:
18
src/apps/com.bankcomm.Bankcomm.ts
Normal file
18
src/apps/com.bankcomm.Bankcomm.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user