mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
28 lines
646 B
TypeScript
28 lines
646 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.allinone.callerid',
|
|
name: 'Showcaller',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="mys-content"] > View > View > Button[clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13696207',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[id="close-button"] > View > View > Image',
|
|
snapshotUrls: 'https://i.gkd.li/import/13696205',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|