feat(中国邮政): 全屏广告-首页弹窗 (#252)

This commit is contained in:
Kun Jinkao
2024-06-20 21:36:50 +08:00
committed by GitHub
parent ea0e2779cf
commit e1e142db01

View File

@@ -0,0 +1,19 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.wisentsoft.chinapost.android',
name: '中国邮政',
groups: [
{
key: 1,
name: '全屏广告-首页弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules:
'@ImageView[clickable=true] <2 LinearLayout <3 ViewGroup < [vid="ll_main"]',
snapshotUrls: 'https://i.gkd.li/i/15914347',
},
],
});