mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
@@ -11,29 +11,28 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text^="跳过"][text.length<=10]',
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12783430',
|
snapshotUrls: 'https://i.gkd.li/import/12783430',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '卡片式广告',
|
||||||
|
activityIds: [
|
||||||
|
'com.github.eprendre.tingshu.ui.search.AggregateSearchActivity',
|
||||||
|
'com.github.eprendre.tingshu.ui.play.PlayerActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '搜索结果底部广告卡片',
|
name: '搜索结果底部/播放页面广告卡片',
|
||||||
activityIds:
|
|
||||||
'com.github.eprendre.tingshu.ui.search.AggregateSearchActivity',
|
|
||||||
matches:
|
|
||||||
'ImageView - FrameLayout - FrameLayout[childCount=1] > ImageView[childCount=0]',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12783466',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: 1,
|
|
||||||
name: '播放页面广告卡片',
|
|
||||||
activityIds: 'com.github.eprendre.tingshu.ui.play.PlayerActivity',
|
activityIds: 'com.github.eprendre.tingshu.ui.play.PlayerActivity',
|
||||||
matches:
|
matches:
|
||||||
'ImageView + LinearLayout + LinearLayout + FrameLayout[childCount=1] > ImageView[childCount=0]',
|
'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13334850',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12783466',
|
||||||
|
'https://i.gkd.li/import/13334850',
|
||||||
|
'https://i.gkd.li/import/13446735',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user