mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
35 lines
952 B
TypeScript
35 lines
952 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.baidu.duer.superapp',
|
|
name: '小度',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[text*="跳过"][text.length<10][clickable=true]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/017edf59-e705-4f92-9726-af7fec5aaf41',
|
|
snapshotUrls: 'https://i.gkd.li/i/14368528',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/7d338956-f006-4775-a418-2ae6dc21ef9a',
|
|
snapshotUrls: 'https://i.gkd.li/i/14204175',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|