mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -14,21 +14,34 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '点击右侧X',
|
name: '类型1-点击右侧X',
|
||||||
matches: ['ImageView - FrameLayout > ImageView'],
|
matches: [
|
||||||
|
'TextView[text.length>0] < FrameLayout + FrameLayout > ImageView',
|
||||||
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13377607',
|
'https://i.gkd.li/import/13377607',
|
||||||
'https://i.gkd.li/import/13377810',
|
'https://i.gkd.li/import/13377810',
|
||||||
|
'https://i.gkd.li/import/13728552',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: 0,
|
preKeys: 0,
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '点击弹出窗口的X',
|
name: '类型1-点击弹出窗口的X',
|
||||||
matches:
|
matches:
|
||||||
'[text.length>=2&&text.length<=6] <n FrameLayout < FrameLayout - FrameLayout > ImageView',
|
'[text.length>=2&&text.length<=6] <n FrameLayout < FrameLayout - FrameLayout > ImageView',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/13377611'],
|
snapshotUrls: ['https://i.gkd.li/import/13377611'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '类型2-点击右侧X',
|
||||||
|
matches: ['[id="com.maxhom.weibu:id/anythink_myoffer_banner_close"]'],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13702305',
|
||||||
|
'https://i.gkd.li/import/13702339',
|
||||||
|
'https://i.gkd.li/import/13702345',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user