mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
@@ -34,13 +34,35 @@ export default defineAppConfig({
|
|||||||
name: '卡片式广告',
|
name: '卡片式广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 1,
|
||||||
name: '菜谱底部卡片广告',
|
name: '菜谱底部卡片广告-1',
|
||||||
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
|
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches: '[id="com.xiachufang:id/ad_close"][visibleToUser=true]',
|
matches: '[id="com.xiachufang:id/ad_close"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13348710',
|
snapshotUrls: 'https://i.gkd.li/import/13348710',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '菜谱底部卡片广告-2',
|
||||||
|
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'[id="com.xiachufang:id/jad_feed_close"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13363079',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '厨房问卷',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '厨房问卷',
|
||||||
|
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
|
||||||
|
matches: '[text^="厨房问卷"] + [desc="关闭"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13363042',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user