feat: 微众银行-全屏广告 #1362

This commit is contained in:
AIsouler
2025-11-01 16:46:05 +08:00
parent a04e8c7e31
commit e474a4b483
2 changed files with 26 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({ export default defineGkdApp({
id: 'com.hihonor.android.totemweather', id: 'com.hihonor.android.totemweather',
name: '天气', name: '荣耀天气',
groups: [ groups: [
{ {
key: 1, key: 1,

View File

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