X140Yu / x140yu.github.io

Blog
https://zxy.vercel.app
1 stars 0 forks source link

3d99c2fe-5571-4a7f-9389-e7505a8ff7b0 #12

Open utterances-bot opened 6 months ago

utterances-bot commented 6 months ago

手把手教你给企业微信 Mac 客户端去除水印

https://zxy.vercel.app/crack-wechat-work

ettingshausen commented 6 months ago

爆赞! 另外请教个问题,如何设置企业微信窗口的大小(随意设置)。 工作需要,钉钉和企业微信同时在使用,想把屏幕分成四个区域使用,上面分别是钉钉和企业微信,底下可以放个Finder和终端。

无奈,企业微信设置了最小的窗口大小,在1080p分辨率的屏幕上无法同时铺满屏幕。 网上也找了一些方案,试过AppleScript,没有效果(可以设置其他应用,比如Chrome)。

tell application "System Events"
    set frontmost of process "企业微信" to true
    tell application "企业微信" to set bounds of front window to {0, 0, 1058, 707}
end tell