mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
perf(京东): 开屏广告 (#451)
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -7,19 +7,26 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
fastQuery: true,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
|
fastQuery: true,
|
||||||
excludeActivityIds: 'com.jd.lib.search.view.Activity.SearchActivity',
|
excludeActivityIds: 'com.jd.lib.search.view.Activity.SearchActivity',
|
||||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: 'https://i.gkd.li/i/16323111',
|
||||||
'https://i.gkd.li/i/16323111',
|
excludeSnapshotUrls: 'https://i.gkd.li/i/16323115',
|
||||||
'https://i.gkd.li/i/16323115', // 防止误触
|
},
|
||||||
],
|
{
|
||||||
|
key: 1,
|
||||||
|
excludeActivityIds: 'com.jd.lib.search.view.Activity.SearchActivity',
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17602356', // "跳过" 节点不支持fastQuery
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/16323115',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user