mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(Showcaller): 弹窗广告 (#3278)
This commit is contained in:
27
src/apps/com.allinone.callerid.ts
Normal file
27
src/apps/com.allinone.callerid.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user