Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(创维智慧云): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 6, 2024
1 parent fc46394 commit e074901
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/apps/com.skyworthdigital.picamera.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.skyworthdigital.picamera',
name: '创维智慧云',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
exampleUrls:
'https://m.gkd.li/57941037/07c9f980-aa0f-4044-a58d-299a2a358857',
snapshotUrls: 'https://i.gkd.li/i/13497656',
},
{
key: 1,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
exampleUrls:
'https://m.gkd.li/57941037/3b5cba55-7024-4d3e-a21c-7b1d540515bc',
snapshotUrls: 'https://i.gkd.li/i/14511463',
},
],
},
],
});

0 comments on commit e074901

Please sign in to comment.