mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(豆瓣): 开屏广告(GKD1.7有效)
This commit is contained in:
@@ -5,6 +5,27 @@ export default defineAppConfig({
|
||||
name: '豆瓣',
|
||||
deprecatedKeys: [0, 7, 12],
|
||||
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,
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user