mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat: 微众银行-全屏广告 #1362
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.hihonor.android.totemweather',
|
||||
name: '天气',
|
||||
name: '荣耀天气',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
|
||||
25
src/apps/com.webank.wemoney.ts
Normal file
25
src/apps/com.webank.wemoney.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user