v2.4.3
Full Changelog: v2.4.2...v2.4.3
配置中的功能更新
# 如果 file 配置与此正则匹配, 则启用 zip 完整性检查, 否则不会启用
zipFileCheckList: '\.(?:jar|zip)$'
其他更新
- 优化信息显示
Feature Updates in Configuration
- If the file configuration contains a path, the path parameter is automatically extracted and set.
- Add zipFileCheckList global configuration to allow zip integrity checking to be enabled only for which files
# If the file configuration matches this regex, zip integrity checking is enabled, otherwise it is not enabled
zipFileCheckList: '\.(?:jar|zip)$'
Other updates
- Optimize message display