From e1e142db018d2d74e0c954b2e6be86e40ddfc20b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:36:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E9=82=AE=E6=94=BF):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wisentsoft.chinapost.android.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.wisentsoft.chinapost.android.ts diff --git a/src/apps/com.wisentsoft.chinapost.android.ts b/src/apps/com.wisentsoft.chinapost.android.ts new file mode 100644 index 00000000..dd232029 --- /dev/null +++ b/src/apps/com.wisentsoft.chinapost.android.ts @@ -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', + }, + ], +});