Skip to content

Instantly share code, notes, and snippets.

@mangege
Last active January 13, 2025 08:50
Show Gist options
  • Save mangege/2f15c3396ed4d1c8a8f516ccb9882a74 to your computer and use it in GitHub Desktop.
Save mangege/2f15c3396ed4d1c8a8f516ccb9882a74 to your computer and use it in GitHub Desktop.
GKD 自动抢飞书红包,复制此 gist 的 raw 地址订阅即可,有更新需要重新获取地址,因为raw地址会变.
{
"id": 1024,
"name": "lark-redpacket",
"version": 4,
"author": "mangege",
"globalGroups": [],
"categories": [],
"apps": [
{
"id": "com.ss.android.lark",
"name": "飞书",
"groups": [
{
"name": "飞书红包",
"key": 0,
"enable": true,
"snapshotUrls": [
"https://i.gkd.li/import/13494960"
],
"rules": [
{
"name": "从红包结算界面返回",
"key": 3,
"action": "back",
"matches": [
"[vid=\"red_packet_record_list\"]"
],
"activityIds": [
"com.ss.android.lark.money.redpacket.detail.RedPacketDetailActivity"
]
},
{
"name": "点击红包-开",
"key": 1,
"actionCd": 100,
"matches": [
"[vid=\"red_packet_open_iv\"]"
],
"activityIds": [
"com.ss.android.lark.money.redpacket.detail.RedPacketDetailActivity"
]
},
{
"name": "点击别人发的红包",
"key": 2,
"matches": [
"[vid=\"bubble_content_container\"] > [vid=\"content\"] [childCount=1] [vid=\"grab_btn\"]"
],
"activityIds": [
"com.ss.android.lark.chatwindow.ChatWindowActivity"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment