Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

企业微信红包自动领取 #3971

Open
akey199 opened this issue Jan 18, 2024 · 2 comments
Open

企业微信红包自动领取 #3971

akey199 opened this issue Jan 18, 2024 · 2 comments

Comments

@akey199
Copy link

akey199 commented Jan 18, 2024

请输入需要添加规则的界面的快照或者生成的链接, 也可在后面补充其它信息

请注意: 不提供快照或者仅提供截图的 issue 将被自动关闭

1705571401267.zip
1705571404007.zip
1705571408263.zip
企业微信红包自动领取功能,年会红包就靠你了

@AIsouler
Copy link

没有截图信息,请给gkd截图权限,如果害怕隐私泄露可以截图后打码把快照的截图替换掉

@akey199
Copy link
Author

akey199 commented Jan 19, 2024

{
id: 'com.tencent.wework',
name: '企业微信',
groups: [
{
name: '功能类-企业微信红包自动领取',
key: 5,
desc: '自动领取私聊红包,群聊红包',
enable: false,
exampleUrls: [
'https://github.com/gkd-kit/subscription/assets/38517192/32cfda78-b2e1-456c-8d85-bfb2bc4683aa'
],
rules: [
{
name: '从红包结算界面返回',
preKeys: [
1,
2
],
matches: [
'LinearLayout[childCount=1] > RelativeLayout > TextView'
],
snapshotUrls: [
'https://i.gkd.li/import/13977776'
],
activityIds: [
'com.tencent.wework.enterprise.redenvelopes.controller.RedEnvelopeDetailWithCoverActivity'
]
},
{
name: '从红包结算界面返回1',
preKeys: [
1,
2
],
matches: [
'RelativeLayout[childCount=3] < RelativeLayout > RelativeLayout > LinearLayout[childCount=2] > ImageView'
],
snapshotUrls: [
'https://i.gkd.li/import/13977763'
],
activityIds: [
'com.tencent.wework.enterprise.redenvelopes.controller.RedEnvelopeCollectorWithCoverActivity'
]
},
{
name: '点击红包-开',
key: 1,
matches: [
'FrameLayout + RelativeLayout + ImageView'
],
snapshotUrls: [
'https://i.gkd.li/import/13977753'
],
activityIds: [
'com.tencent.wework.enterprise.redenvelopes.controller.RedEnvelopeCollectorWithCoverActivity'
]
},
{
name: '点击别人发的红包',
key: 2,
matches: [
'LinearLayout[childCount=1] < LinearLayout + RelativeLayout > TextView'
],
snapshotUrls: [
'https://i.gkd.li/import/13977695'
],
activityIds: [
'com.tencent.wework.msg.controller.MessageListActivity'
]
}
]
}
]
}

我自己写了一个 没上传 懒得搞了

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants