mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
Squashed commit of the following:
commit 511ac1f2bb8d9a7b8930716f3864dca0b6742236 Author: aisouler <zy43220@gmail.com> Date: Fri Jan 26 16:51:57 2024 +0800 Update com.duoduo.cimoc.su.ts commit 1fe8c23271738fe8a14c9e0bd7ce0cb7d8bfee6d Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Date: Sun Jan 21 06:28:12 2024 +0000 chore(actions): check_format_lint commit f80f374103798dcb7996912750b47cca43218735 Author: aisouler <zy43220@gmail.com> Date: Sun Jan 21 14:27:30 2024 +0800 feat(速映影院):首页弹窗广告、"我的"页面卡片广告、视频播放页广告、搜索页广告
This commit is contained in:
50
src/apps/com.duoduo.cimoc.su.ts
Normal file
50
src/apps/com.duoduo.cimoc.su.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.duoduo.cimoc.su',
|
||||
name: '速映影院',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-首页弹窗广告',
|
||||
desc: '点击X',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.duoduo.cimoc.su.MainActivity',
|
||||
matches:
|
||||
'ViewGroup[childCount=4] <2 ViewGroup[childCount=2] + * > ViewGroup[visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13999281',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '局部广告-"我的"页面卡片广告',
|
||||
desc: '点击X',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.duoduo.cimoc.su.MainActivity',
|
||||
matches:
|
||||
'@TextView[clickable=true] <2 View[childCount=2] -2 [text="广告"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13999283',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '关闭视频播放页、搜索页广告',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.duoduo.cimoc.su.MainActivity',
|
||||
matches:
|
||||
'FrameLayout[childCount=4] > FrameLayout > ImageView[visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13999284',
|
||||
'https://i.gkd.li/import/13999376',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user