mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
32
src/apps/com.hyww.wisdomtree.ts
Normal file
32
src/apps/com.hyww.wisdomtree.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hyww.wisdomtree',
|
||||
name: '智慧树',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13799839',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '百度广告',
|
||||
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
||||
matches:
|
||||
'@ImageView[clickable=true] + RelativeLayout > RelativeLayout[childCount=6] > ImageView[childCount=0][index=5]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13799876',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user