chore: sync

This commit is contained in:
lisonge
2023-08-28 19:56:25 +08:00
parent d72a8dad48
commit b39ec280a6
3 changed files with 31 additions and 2 deletions

View File

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