mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
fix(百度贴吧): 功能类-贴吧内签到并关闭弹窗失效
This commit is contained in:
@@ -258,16 +258,22 @@ export default defineGkdApp({
|
|||||||
name: '贴吧页签到',
|
name: '贴吧页签到',
|
||||||
activityIds: 'com.baidu.tieba.forum.ForumActivity',
|
activityIds: 'com.baidu.tieba.forum.ForumActivity',
|
||||||
matches:
|
matches:
|
||||||
'WebView[text="frs"] > View > View > View > View > TextView[text="签到"][clickable=true]',
|
'WebView[text="frs"] > View > View > View > View > TextView[text="签到"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13776801',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13776801',
|
||||||
|
'https://i.gkd.li/i/15087289',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '签到成功-弹窗',
|
name: '关闭签到成功弹窗',
|
||||||
activityIds: 'com.baidu.tbadk.browser.TBWebContainerActivity',
|
activityIds: 'com.baidu.tbadk.browser.TBWebContainerActivity',
|
||||||
matches:
|
matches:
|
||||||
'WebView[text="签到弹窗"] > View > View > TextView[text=""][clickable=true]',
|
'WebView[text="签到弹窗"] > View > View > TextView[text=""][index=2][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13776424',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13776424',
|
||||||
|
'https://i.gkd.li/i/15087327',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user