mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(云运动): 局部广告-卡片广告
This commit is contained in:
27
src/apps/com.yunzhi.tiyu.ts
Normal file
27
src/apps/com.yunzhi.tiyu.ts
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.yunzhi.tiyu',
|
||||||
|
name: '云运动',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '局部广告-卡片广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'com.yunzhi.tiyu.module.MainActivity',
|
||||||
|
matches:
|
||||||
|
'WebView[text=""] >3 View > View > Image[text=""][visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/fa043e1b-4dc6-4824-8b25-5f6c1cfdf0da',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14428780',
|
||||||
|
'https://i.gkd.li/i/14428777',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user