mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
17 lines
449 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|