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', + }, + ], + }, + ], +});