mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(呆萌价): 开屏广告(补充规则)
This commit is contained in:
@@ -7,22 +7,26 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
quickFind: true,
|
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.8981',
|
left: 'width * 0.8981',
|
||||||
top: 'width * 0.1629',
|
top: 'width * 0.1629',
|
||||||
},
|
},
|
||||||
matches: '[id="com.lxkj.dmhw:id/animation_view"]',
|
matches: '[id="com.lxkj.dmhw:id/animation_view"]',
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/c523fe10-484f-4bdb-b331-51745e494af1',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13246178',
|
snapshotUrls: 'https://i.gkd.li/i/13246178',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15454142',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user