mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
29 lines
706 B
TypeScript
29 lines
706 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zidongdianji',
|
|
name: '自动点击器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '分段广告-卡片广告',
|
|
activityIds: 'com.autoclicker.clicker.MainActivity',
|
|
rules: [
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'Image < @View[visibleToUser=true] + View > View > [text="广告"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14782886',
|
|
},
|
|
{
|
|
preKeys: [1],
|
|
key: 2,
|
|
quickFind: true,
|
|
matches: '@[clickable=true] > [text="不感兴趣"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14783475',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|