mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(卓聚): 开屏广告
This commit is contained in:
24
src/apps/com.learn.team.congrong.ts
Normal file
24
src/apps/com.learn.team.congrong.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.learn.team.congrong',
|
||||||
|
name: '卓聚',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/b390043b-3d13-451e-b8aa-15c2a0157071',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14325697',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user