mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(星影视频): 全屏广告
This commit is contained in:
23
src/apps/cn.ylkj.xingying.ts
Normal file
23
src/apps/cn.ylkj.xingying.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.ylkj.xingying',
|
||||||
|
name: '星影视频',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-广告弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'cn.ylkj.xingying.MainActivity',
|
||||||
|
matches:
|
||||||
|
'[id="android:id/content"] >4 FrameLayout[childCount=1] > ImageView',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/66b19fbd-b82d-4f10-b82d-0fc74c146b1c',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14783306',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user