Skip to content

Commit d3b2c95

Browse files
committed
新增: 自动同意好友@hd
Signed-off-by: hd <hdshare@vip.qq.com>
1 parent cb43bbd commit d3b2c95

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ features:
5454
details: 监听私聊收到[进群]时自动发送群聊邀请(需修改群聊wxid)
5555
link: https://github.com/HdShare/WAuxiliary_Plugin/tree/main/plugins/hd/JoinGroupInvite
5656

57+
- title: 自动同意好友@hd
58+
details: 监听收到好友申请时自动通过
59+
link: https://github.com/HdShare/WAuxiliary_Plugin/tree/main/plugins/hd/AutoAgreeFriend
60+
5761
- title: 文生图@CkBcDD
5862
details: 命令[/作图 Corn Hub], 长按发送按钮生成并发送图片
5963
link: https://github.com/HdShare/WAuxiliary_Plugin/tree/main/plugins/CkBcDD/TXT-to-IMG
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
void onNewFriend(String wxid, String ticket, int scene) {
3+
verifyUser(wxid, ticket, scene);
4+
}

0 commit comments

Comments
 (0)