perf(天气): 分段广告-卡片广告

This commit is contained in:
AIsouler
2024-08-16 10:17:20 +08:00
parent 2a61045ab3
commit c947301b9b

View File

@@ -6,17 +6,24 @@ export default defineGkdApp({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '局部广告-卡片广告', name: '分段广告-卡片广告',
desc: '点击关闭', desc: '点击关闭',
fastQuery: true,
activityIds: 'com.oplus.weather.main.view.WeatherMainActivity',
rules: [ rules: [
{ {
fastQuery: true, key: 0,
activityIds: 'com.oplus.weather.main.view.WeatherMainActivity',
matches: '[vid="feed_close"]', matches: '[vid="feed_close"]',
exampleUrls: exampleUrls:
'https://m.gkd.li/57941037/fc08493c-dec2-4534-9f61-3627aa337b30', 'https://m.gkd.li/57941037/fc08493c-dec2-4534-9f61-3627aa337b30',
snapshotUrls: 'https://i.gkd.li/i/14258190', snapshotUrls: 'https://i.gkd.li/i/14258190',
}, },
{
preKeys: [0],
matches: '@[clickable=true] > [text="不感兴趣"]',
exampleUrls: 'https://e.gkd.li/9137d262-7fda-4b57-a0bc-b9fa60634a22',
snapshotUrls: 'https://i.gkd.li/i/16631878',
},
], ],
}, },
], ],