mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
fix(米游社): 原神、崩铁自动签到失效
This commit is contained in:
@@ -49,12 +49,13 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '点击签到',
|
name: '点击签到',
|
||||||
matches:
|
matches:
|
||||||
'[text="米游社原神每日签到"] >4 View[childCount=11] > @View[childCount=3][clickable=true] > Image[index=0]',
|
'[text="米游社原神每日签到"] >4 View[childCount=11] > @View[childCount=3][visibleToUser=true] > Image[index=0]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/6654679e-58a9-4d6c-85a3-11bd2f82c15e',
|
'https://m.gkd.li/57941037/6654679e-58a9-4d6c-85a3-11bd2f82c15e',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14369790', // 签到前
|
'https://i.gkd.li/i/14369790', // 签到前
|
||||||
'https://i.gkd.li/i/14371469', // 签到后,避免在此页面误触
|
'https://i.gkd.li/i/14371469', // 签到后,避免在此页面误触
|
||||||
|
'https://i.gkd.li/i/14967627', // clickable=false
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -62,7 +63,7 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭签到后的弹窗',
|
name: '关闭签到后的弹窗',
|
||||||
matches:
|
matches:
|
||||||
'[text="米游社原神每日签到"] >3 TextView[index=2][clickable=true]',
|
'[text="米游社原神每日签到"] >3 TextView[index=2][visibleToUser=true]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/b02eca70-f7d3-4169-99d6-9906c534392a',
|
'https://m.gkd.li/57941037/b02eca70-f7d3-4169-99d6-9906c534392a',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14371439',
|
snapshotUrls: 'https://i.gkd.li/i/14371439',
|
||||||
@@ -102,10 +103,13 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭签到后的弹窗',
|
name: '关闭签到后的弹窗',
|
||||||
matches:
|
matches:
|
||||||
'[text="《崩坏:星穹铁道》签到福利"] >3 TextView[clickable=true]',
|
'[text="《崩坏:星穹铁道》签到福利"] >3 TextView[visibleToUser=true]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/3babb231-30a7-4891-9c4a-c11946838741',
|
'https://m.gkd.li/57941037/3babb231-30a7-4891-9c4a-c11946838741',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14371787',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14371787',
|
||||||
|
'https://i.gkd.li/i/14967631', // clickable=false
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: 1,
|
preKeys: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user