mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
perf(天气): 分段广告-卡片广告
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user