mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(Soul): 开屏广告 (#902)
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,28 @@ export default defineGkdApp({
|
|||||||
id: 'cn.soulapp.android',
|
id: 'cn.soulapp.android',
|
||||||
name: 'Soul',
|
name: 'Soul',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
fastQuery: true,
|
||||||
|
action: 'clickCenter', // 该快照action: 'click' 无效
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20139575',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20139739',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '局部广告-广场页卡片广告',
|
name: '局部广告-广场页卡片广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user