mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix(天气): 局部广告-顶部广告卡片(修复误触)
This commit is contained in:
@@ -64,13 +64,17 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '局部广告-顶部广告条',
|
name: '局部广告-顶部广告卡片',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.huawei.android.totemweather.WeatherMainActivity',
|
activityIds: 'com.huawei.android.totemweather.WeatherMainActivity',
|
||||||
matches: '[vid="rl_close_pps"] > ImageView',
|
matches: '@ImageView[visibleToUser=true] < [vid="rl_close_pps"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13800100',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13800100',
|
||||||
|
'https://i.gkd.li/import/14278462', // 使用visibleToUser=true防止在此页面误触
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user