mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
31 lines
689 B
TypeScript
31 lines
689 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.example.pptv',
|
|
name: '人人视频',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
priorityTime: 10000,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[text*="跳过"][text.length<=10]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13669401',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[id="com.example.pptv:id/view_count_shake"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13761160',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|