feat(淘宝): 开屏广告 (#442)

Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
jiuqianyuan
2024-10-31 09:23:00 +08:00
committed by GitHub
parent 2577208c93
commit 4b15dd7fd2

View File

@@ -4,6 +4,25 @@ export default defineGkdApp({
id: 'com.taobao.taobao', id: 'com.taobao.taobao',
name: '淘宝', name: '淘宝',
groups: [ groups: [
{
key: -1,
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
matches:
'@[vid*="close"] > [text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/17576743',
'https://i.gkd.li/i/17578451',
],
},
],
},
{ {
key: 1, key: 1,
name: '全屏广告-弹窗广告', name: '全屏广告-弹窗广告',