mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 中国移动-开屏广告 #1009
This commit is contained in:
@@ -11,12 +11,26 @@ export default defineGkdApp({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/16335136',
|
snapshotUrls: 'https://i.gkd.li/i/16335136',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
position: {
|
||||||
|
left: 'width * 0.8731',
|
||||||
|
top: 'width * 0.1352',
|
||||||
|
},
|
||||||
|
matches:
|
||||||
|
'@FrameLayout[childCount=2] > [vid="ll_top_right"][childCount=0]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/6fca95f1-d672-4d1d-bcf5-e71f1865dd52',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20903074',
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/16335136',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user