We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb43bbd commit d3b2c95Copy full SHA for d3b2c95
docs/index.md
@@ -54,6 +54,10 @@ features:
54
details: 监听私聊收到[进群]时自动发送群聊邀请(需修改群聊wxid)
55
link: https://github.com/HdShare/WAuxiliary_Plugin/tree/main/plugins/hd/JoinGroupInvite
56
57
+ - title: 自动同意好友@hd
58
+ details: 监听收到好友申请时自动通过
59
+ link: https://github.com/HdShare/WAuxiliary_Plugin/tree/main/plugins/hd/AutoAgreeFriend
60
+
61
- title: 文生图@CkBcDD
62
details: 命令[/作图 Corn Hub], 长按发送按钮生成并发送图片
63
link: https://github.com/HdShare/WAuxiliary_Plugin/tree/main/plugins/CkBcDD/TXT-to-IMG
plugins/hd/AutoAgreeFriend/AutoAgreeFriend.java
@@ -0,0 +1,4 @@
1
2
+void onNewFriend(String wxid, String ticket, int scene) {
3
+ verifyUser(wxid, ticket, scene);
4
+}
0 commit comments