mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat: 番茄免费小说-开屏广告 #1364
This commit is contained in:
@@ -4,6 +4,24 @@ export default defineGkdApp({
|
|||||||
id: 'com.dragon.read',
|
id: 'com.dragon.read',
|
||||||
name: '番茄免费小说',
|
name: '番茄免费小说',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: -1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
actionDelay: 1000, // 过早点击可能导致应用闪退
|
||||||
|
matches:
|
||||||
|
'@[desc="跳过广告"][clickable=true] > [text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/e36d701f-bcee-48d5-99da-1c5301101d9e',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23282793',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '局部广告-阅读页面广告',
|
name: '局部广告-阅读页面广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user