From e474a4b483e915e0785770f5861b0898c11f4f2e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 1 Nov 2025 16:46:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BC=97=E9=93=B6=E8=A1=8C-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1362?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.android.totemweather.ts | 2 +- src/apps/com.webank.wemoney.ts | 25 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/apps/com.webank.wemoney.ts diff --git a/src/apps/com.hihonor.android.totemweather.ts b/src/apps/com.hihonor.android.totemweather.ts index 6f73b597..1dc402cb 100644 --- a/src/apps/com.hihonor.android.totemweather.ts +++ b/src/apps/com.hihonor.android.totemweather.ts @@ -2,7 +2,7 @@ import { defineGkdApp } from '@gkd-kit/define'; export default defineGkdApp({ id: 'com.hihonor.android.totemweather', - name: '天气', + name: '荣耀天气', groups: [ { key: 1, diff --git a/src/apps/com.webank.wemoney.ts b/src/apps/com.webank.wemoney.ts new file mode 100644 index 00000000..0a06898a --- /dev/null +++ b/src/apps/com.webank.wemoney.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.webank.wemoney', + name: '微众银行', + groups: [ + { + key: 1, + name: '全屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: + '@[desc="关闭"][clickable=true] +2 Button > [text^="立即"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/320f2c46-fd24-45b6-8031-8a4bae46558b', + snapshotUrls: 'https://i.gkd.li/i/23280589', + }, + ], + }, + ], +});