mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:42:20 +08:00
parent
dc91e1006c
commit
cdcdb9506b
29
src/apps/com.juduoduo.app.ts
Normal file
29
src/apps/com.juduoduo.app.ts
Normal file
|
@ -0,0 +1,29 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.juduoduo.app',
|
||||
name: '剧多多',
|
||||
groups: [
|
||||
{
|
||||
key: 6,
|
||||
name: '弹窗广告',
|
||||
desc: '快手广告SDK',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'ImageView[width<90][height<90] < @ViewGroup[clickable=true] <<n [id="com.juduoduo.app:id/ksad_tk_view"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13705650',
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'[id="com.juduoduo.app:id/ksad_tk_view"] @ViewGroup[clickable=true] > [text="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13705662',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user