mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:32:30 +08:00
feat(交通银行): 点击右上角x
This commit is contained in:
parent
76a497cabe
commit
3a0d347e53
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user