mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
fix(微信): 朋友圈广告失效
This commit is contained in:
@@ -37,13 +37,16 @@ export default defineGkdApp({
|
|||||||
excludeMatches:
|
excludeMatches:
|
||||||
'RelativeLayout >5 LinearLayout[childCount=2] > TextView[text!=null] + LinearLayout[visibleToUser=true][clickable=true]',
|
'RelativeLayout >5 LinearLayout[childCount=2] > TextView[text!=null] + LinearLayout[visibleToUser=true][clickable=true]',
|
||||||
matches: '@LinearLayout >2 [text="广告"]',
|
matches: '@LinearLayout >2 [text="广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14783802',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14783802',
|
||||||
|
'https://i.gkd.li/i/15531539',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
// 预留key
|
// 预留key
|
||||||
// 第二段
|
// 第二段
|
||||||
{
|
{
|
||||||
preKeys: [0],
|
preKeys: [0, 1],
|
||||||
key: 25,
|
key: 25,
|
||||||
name: '点击[关闭]',
|
name: '点击[关闭]',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
@@ -51,6 +54,7 @@ export default defineGkdApp({
|
|||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12907642', // text="关闭该广告"
|
'https://i.gkd.li/i/12907642', // text="关闭该广告"
|
||||||
'https://i.gkd.li/i/13926578', // text="关闭广告"
|
'https://i.gkd.li/i/13926578', // text="关闭广告"
|
||||||
|
'https://i.gkd.li/i/15531274',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user