chaos
chaos
在本项目使用的weixin-java-cp-4.1.0.jar -> me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl.class:50 中存在如下代码: ` if (this.baseApiUrl == null) { this.baseApiUrl = "https://qyapi.weixin.qq.com"; } ` 默认是直接调用腾讯官方的企业微信服务器,但是企业微信支持私有化部署,当私有化部署时此域名会发生变化 我在本项目的 [com.fangxuele.tool.push.logic.msgsender.WxCpMsgSender](https://github.com/rememberber/WePush/blob/master/src/main/java/com/fangxuele/tool/push/logic/msgsender/WxCpMsgSender.java) 第89行 增加configStorage.setBaseApiUrl("https://myserver.host.com/"); 测试后验证通过,推送功能正常 希望作者能将此功能加入设置的配置项中,兼容官方企业微信和私有化部署版企业微信的推送功能。
Editor Window support command+/ add comments or remove comments
同样的代码和maven命令`mvn -U clean package assembly:assembly -Dmaven.test.skip=true ` maven 3.8.8 **通过** maven 3.9.6 **BUILD FAILURE** [ERROR] Could not find goal 'assembly' in plugin org.apache.maven.plugins:maven-assembly-plugin:3.6.0 among available goals help, single -> [Help...
**Describe the bug** 对于txt文件的编辑框,已经支持command+s快捷键,会自动保存修改,比较方便,但是对于其他格式(比如.yaml,.json等)的编辑框则并没有支持command+s快捷键,此时会弹出浏览器的保存网页菜单,这不是预期想要的,希望都能支持command+s快捷键后保存修改 **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A...