mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix: 链接错误
This commit is contained in:
@@ -16,9 +16,9 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
matches: '[text="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/import/12668289',
|
||||
'https://i.gkd.li/import/import/12519430',
|
||||
'https://i.gkd.li/import/import/13255802',
|
||||
'https://i.gkd.li/import/12668289',
|
||||
'https://i.gkd.li/import/12519430',
|
||||
'https://i.gkd.li/import/13255802',
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -29,7 +29,7 @@ export default defineAppConfig({
|
||||
name: '购物车界面-砸金蛋',
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
rules: '[id="com.jd.lib.cart.feature:id/iv_egg_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/import/12642266',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12642266',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
@@ -43,7 +43,7 @@ export default defineAppConfig({
|
||||
matches:
|
||||
'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc!="返回"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/import/12642270',
|
||||
'https://i.gkd.li/import/12642270',
|
||||
'https://i.gkd.li/import/12774910', // 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮
|
||||
],
|
||||
},
|
||||
@@ -78,12 +78,12 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[text="开启消息通知"] +n ImageView[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/import/12839864',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12839864',
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'TextView[text ^="打开系统通知"] - FrameLayout[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/import/12839865',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12839865',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -141,7 +141,7 @@ export default defineAppConfig({
|
||||
desc: '自动点击【确认登录】',
|
||||
activityIds: 'com.jingdong.app.mall.WebActivity',
|
||||
rules: '[text="京东登录"] > [desc="确认登录"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/import/12901734',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12901734',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
@@ -151,7 +151,7 @@ export default defineAppConfig({
|
||||
activityIds:
|
||||
'com.jd.lib.settlement.fillorder.activity.NewFillOrderActivity',
|
||||
rules: 'ImageView[clickable=true && desc="关闭"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/import/13191146',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13191146',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user