mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
fix(微博): 功能类-超话自动签到误触
This commit is contained in:
@@ -335,8 +335,11 @@ export default defineGkdApp({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '点击签到',
|
name: '点击签到',
|
||||||
activityIds: 'com.sina.weibo.supergroup.SGPageActivity',
|
activityIds: 'com.sina.weibo.supergroup.SGPageActivity',
|
||||||
excludeMatches: ['[text="关注"]', '[text="Follow"]'],
|
// excludeMatches: ['[text="关注"]', '[text="Follow"]'], 此写法会导致误触
|
||||||
matches: '[text="签到" || text="Sign in"] < [vid="right_button"]',
|
matches: [
|
||||||
|
'ViewGroup[childCount=2] > [text="管理"][visibleToUser=true]',
|
||||||
|
'[text="签到" || text="Sign in"] < [vid="right_button"][visibleToUser=true]',
|
||||||
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/15092999',
|
'https://i.gkd.li/i/15092999',
|
||||||
'https://i.gkd.li/i/15092970', // 未关注超话防止误触
|
'https://i.gkd.li/i/15092970', // 未关注超话防止误触
|
||||||
|
|||||||
Reference in New Issue
Block a user