SuperWindcloud

Results 25 comments of SuperWindcloud

> An experimental uv integration has landed in the latest **prerelease** of PDM. Or you can try the in-development branch at #3144实验性的 uv 集成已出现在最新的 PDM**预发行版**中。或者您可以尝试开发中的分支 #3144 *请问老哥什么时候发布到正式版当中, 现在的解析速度确实过于缓慢, 未来如果用rust或者go重写也是可以考虑 ,还有现在的init...

The thing is, in most of my templates, mainWindow.setBackgroundMaterial("mica") or mainWindow.setBackgroundMaterial("acrylic") doesn't work.

@codebytere , can this problem be solved?

这是逆向 破解网页端加密逻辑请求后端服务器, 这玩意就是模拟网页请求操作, 网页发起的URL的全部都是限额的

这个不错

意思就是, 在按下快捷键时自动翻译光标处于的上下文 , 而无需手动框选

可以打个端点看看, 代码生效了没 ![image](https://github.com/user-attachments/assets/a94fb67c-01c4-422e-b26f-dabdf77876f7)

UTF8 早就是IDE默认了, ![image](https://github.com/user-attachments/assets/a5e5ec19-6c67-4521-9bcb-59f148788171) 你把这里的判断条件去掉, 全部使用UTF-8打包一下我看看还有没有问题

__当然 最好的方式设置对应系统的编码方式__ ```Java // 获取系统默认的文件编码 Charset defaultCharset = Charset.defaultCharset(); System.out.println("Default Charset: " + defaultCharset.name()); commandLine.withCharset(defaultCharset ) ```