mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 12:47:59 +08:00
add miniProgram
This commit is contained in:
parent
5fbb1ee06d
commit
01ddc182fd
@ -9,6 +9,7 @@
|
|||||||
* 【crypto 】 SecureUtil去除final修饰符(issue#1474@Github)
|
* 【crypto 】 SecureUtil去除final修饰符(issue#1474@Github)
|
||||||
* 【core 】 IoUtil增加lineIter方法
|
* 【core 】 IoUtil增加lineIter方法
|
||||||
* 【core 】 新增函数式懒加载加载器(pr#275@Gitee)
|
* 【core 】 新增函数式懒加载加载器(pr#275@Gitee)
|
||||||
|
* 【http 】 UserAgentUtil增加miniProgram判断(issue#1475@Github)
|
||||||
|
|
||||||
### Bug修复
|
### Bug修复
|
||||||
* 【core 】 修复IoUtil.readBytes的FileInputStream中isClose参数失效问题(issue#I3B7UD@Gitee)
|
* 【core 】 修复IoUtil.readBytes的FileInputStream中isClose参数失效问题(issue#I3B7UD@Gitee)
|
||||||
|
@ -50,6 +50,8 @@ public class Browser extends UserAgentInfo {
|
|||||||
new Browser("wxwork", "wxwork", "wxwork\\/([\\d\\w\\.\\-]+)"),
|
new Browser("wxwork", "wxwork", "wxwork\\/([\\d\\w\\.\\-]+)"),
|
||||||
// 微信
|
// 微信
|
||||||
new Browser("MicroMessenger", "MicroMessenger", "MicroMessenger\\/([\\d\\w\\.\\-]+)"),
|
new Browser("MicroMessenger", "MicroMessenger", "MicroMessenger\\/([\\d\\w\\.\\-]+)"),
|
||||||
|
// 微信小程序
|
||||||
|
new Browser("miniProgram", "miniProgram", "miniProgram\\/([\\d\\w\\.\\-]+)"),
|
||||||
// 钉钉
|
// 钉钉
|
||||||
new Browser("DingTalk", "DingTalk", "AliApp\\(DingTalk\\/([\\d\\w\\.\\-]+)\\)")
|
new Browser("DingTalk", "DingTalk", "AliApp\\(DingTalk\\/([\\d\\w\\.\\-]+)\\)")
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user