mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(中国邮政): 全屏广告-首页弹窗 (#252)
This commit is contained in:
19
src/apps/com.wisentsoft.chinapost.android.ts
Normal file
19
src/apps/com.wisentsoft.chinapost.android.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user