mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(创维智慧云): 开屏广告
This commit is contained in:
34
src/apps/com.skyworthdigital.picamera.ts
Normal file
34
src/apps/com.skyworthdigital.picamera.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user