Files
AIsouler-GKD_subscription/src/apps/com.android.bankabc.ts
2023-09-04 17:08:56 +08:00

17 lines
449 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.bankabc',
name: '中国农业银行',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.alipay.mobile.quinox.LauncherActivity',
rules: ['ImageView[id="com.android.bankabc:id/close"]'],
snapshotUrls:
'https://gkd-kit.gitee.io/import/38517192/3653218a-e0e0-4a60-8308-dea5fd4179b3',
},
],
});