mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:13:40 +08:00
parent
5f460b17f3
commit
6d19c7923e
32
src/apps/com.lxt.cfmoto.ts
Normal file
32
src/apps/com.lxt.cfmoto.ts
Normal file
|
@ -0,0 +1,32 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.lxt.cfmoto',
|
||||
name: 'CFMOTO',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13401968',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
name: '首页弹窗广告',
|
||||
activityIds: 'com.cfmoto.oilmoto.ui.MainCfActivity',
|
||||
matches:
|
||||
'RelativeLayout[childCount=2] > [id="com.lxt.cfmoto:id/image"] + [id="com.lxt.cfmoto:id/closeClick"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13401967',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user