Mac微信双开
https://blog.csdn.net/weixin_41827162/article/details/119236904
这里提供一个可以通过command+空格,快速开启第二个微信的方法:
1.打开automator
2. 左上角->File->New 选择Application:
3. 选择Run Shell Script, 填入: nohup /Applications/WeChat.app/Contents/MacOS/WeChat > /dev/null 2>&1 &
然后保存在double_wechat即可。
4. 执行command+空格,输入double_wechat,便可以开启第二个微信。
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/