mdf:修改日志范围

This commit is contained in:
zhangzhiqiang
2023-03-05 13:03:52 +08:00
parent a2f3e4f170
commit 4b1ef310fc
2 changed files with 9 additions and 2 deletions

View File

@@ -120,6 +120,12 @@
<artifactId>okhttp</artifactId>
<version>4.8.1</version>
</dependency>
<!-- 解析客户端操作系统、浏览器信息 -->
<dependency>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa</artifactId>
<version>5.23</version>
</dependency>
<!-- 导入Excel相关-->
<dependency>