Files
AIsouler-GKD_subscription/src/apps/com.allinone.callerid.ts
2023-12-24 20:21:41 +08:00

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',
},
],
},
],
});