feat(豆瓣): 开屏广告(GKD1.7有效)

This commit is contained in:
AIsouler
2024-02-29 15:02:05 +08:00
parent 82f318533d
commit 03ca12732f

View File

@@ -5,6 +5,27 @@ export default defineAppConfig({
name: '豆瓣', name: '豆瓣',
deprecatedKeys: [0, 7, 12], deprecatedKeys: [0, 7, 12],
groups: [ groups: [
{
key: -1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
action: 'clickCenter',
position: {
left: 'width * 0.8833',
top: 'width * 0.1388',
},
matches: '[id="com.douban.frodo:id/_ad_image_"]',
exampleUrls:
'https://m.gkd.li/57941037/1c36c96b-95b7-4299-8e88-b4fdc85d3518',
snapshotUrls: 'https://i.gkd.li/i/13575257',
},
],
},
{ {
enable: false, enable: false,
key: 1, key: 1,