使用 `new AsyncFunction` 动态执行来自服务器推送的代码。
作者: JLGitHub66创建于 2026年4月20日更新于 2026年4月20日
- Dynamic code execution: Using
new AsyncFunction()to execute server-provided code - No code validation: No verification of the source code's safety
- No code signing: No cryptographic verification of server-pushed code
- Trust in server: The client implicitly trusts all code pushed from the server
内容来源: wechaty/wechaty