mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(联通视频彩铃): 全屏广告
This commit is contained in:
24
src/apps/com.iflytek.womusicclient.ts
Normal file
24
src/apps/com.iflytek.womusicclient.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.iflytek.womusicclient',
|
||||||
|
name: '联通视频彩铃',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-广告弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'android.womusic.com.songcomponent.MainActivity',
|
||||||
|
matches: '[vid="iv_img"] + [vid="btn_close"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/64eb594e-f764-4080-a3e6-620e7174602f',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14680681',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user