导航菜单

1、修正无法日志无法筛选
增加自定义bot功能后存储的bot名字错误引起无法筛选
2、支持PHP7.4,修改几处 Deprecated 代码

更新方式

手工备份现有配置,禁用插件,删除原来的插件,上传插件,启用插件。
之前的数据可以选择不保留或者更新插件后执行SQL语句

update `前缀_robots_logs` set `bot` = 'baidu' where `bot` = '百度';
update `前缀_robots_logs` set `bot` = 'google' where `bot` = '谷歌';
update `前缀_robots_logs` set `bot` = 'bing' where `bot` = '必应';
update `前缀_robots_logs` set `bot` = '360' where `bot` = '360搜索';
update `前缀_robots_logs` set `bot` = 'sogou' where `bot` = '搜狗';
update `前缀_robots_logs` set `bot` = 'youdao' where `bot` = '有道';
update `前缀_robots_logs` set `bot` = 'yahoo' where `bot` = '雅虎';
update `前缀_robots_logs` set `bot` = 'soso' where `bot` = '搜搜';

下载

去原文章就可以了