mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(多系统工具箱): 弹窗广告 (#3003)
This commit is contained in:
22
src/apps/com.example.ourom.ts
Normal file
22
src/apps/com.example.ourom.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.example.ourom',
|
||||||
|
name: '多系统工具箱',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '腾讯广告',
|
||||||
|
activityIds: [],
|
||||||
|
matches:
|
||||||
|
'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13625406',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user