Google AI 搜索 Cloudflare 免费 VPN,给了几个开源项目
https://github.com/cmliu/edgetunnel
https://github.com/yonggekkk/Cloudflare-vless-trojan
https://github.com/Diniboy1123/usque
https://github.com/6Kmfi6HP/EDtunnel
https://github.com/cmliu/edgetunnel
https://github.com/yonggekkk/Cloudflare-vless-trojan
https://github.com/Diniboy1123/usque
https://github.com/6Kmfi6HP/EDtunnel
GitHub
GitHub - cmliu/edgetunnel: edgetunnel2 VLESS/Trojan/SS 多功能面板
edgetunnel2 VLESS/Trojan/SS 多功能面板. Contribute to cmliu/edgetunnel development by creating an account on GitHub.
init.lua
5.1 KB
macOS 应用 Hammerspoon 配置
支持 command + tab 自动打开或恢复应用窗口
如:微信关闭了所有窗口,系统切换器默认不会打开微信窗口(通过 command + tab + option 可以),用这个自动化配置就可以了
支持 command + tab 自动打开或恢复应用窗口
AppAutoRestore.spoon.zip
2.7 KB
改为了 Hammerspoon Spoon 插件
增加了关闭应用所有窗口后自动切到上一个应用
使用:
增加了关闭应用所有窗口后自动切到上一个应用
使用:
-- 加载并启动 AppAutoRestore Spoon 插件
hs.loadSpoon("AppAutoRestore")
-- 自定义开关(可选)
-- spoon.AppAutoRestore.enableCmdTabRestore = true -- Command+Tab 恢复窗口
-- spoon.AppAutoRestore.enableCloseAutoFocus = true -- 关闭最后窗口自动切上个应用
spoon.AppAutoRestore:start()
❤1