Code (Text):
 
 
 
  ## What's Changed
  
 * api-version 调整 by @yanshiqwq in https://github.com/ApliNi/AutoUpdatePlugins/pull/4
  
 
  
 ## New Contributors
  
 * @yanshiqwq made their first contribution in https://github.com/ApliNi/AutoUpdatePlugins/pull/4
  
 
  
 **Full Changelog**: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.6.2...v2.6.4
  
 
  
 **更新内容**
  
 - 更新鬼斩构建站 API
  
 - 优化 Modrinth 版本查找方法
  
 - 支持更低的 MC 版本, 目前调整到 1.16
  
 - 支持禁用 SSL 验证, 用于解决一些网络问题, 但不推荐使用
  
 - 优化消息
  
 
  
 **本次更新增加了新的配置项**
  
 ```yaml
  
 # 是否启用 SSL 验证, 通常情况请勿关闭
  
 sslVerify: false
  
 ```
  
 
  
 ---
  
 
  
 **Updates**
  
 - Support lower MC version, currently adjusted to 1.16.
  
 - Support disable SSL authentication, used to solve some network problems, but not recommended.
  
 - Optimized messages
  
 
  
 **New configuration items have been added in this update**
  
 ```yaml
  
 # Whether to enable SSL authentication, usually do not turn it off
  
 sslVerify: true
  
 ```