feat(Showcaller): 弹窗广告 (#3278)

This commit is contained in:
Kun Jinkao
2023-12-24 20:21:41 +08:00
committed by GitHub
parent 9ba9873df9
commit 49f57394c3

View File

@@ -0,0 +1,27 @@
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',
},
],
},
],
});