Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
1. 数据库添加新表“status”
2. 缓存在线黑白名单
3. 修复缓存问题
4. 修改提示内容
5. 修改默认替换模式
6. 添加412的通知 (#28)(#29) @M1saka10010
7. 修改默认缓存时长
8. 提示黑名单原因
9. 提示黑名单,缓存获取修正 (#30) @AisukaYuki
10.更新关于黑白名单的说明
11.加上「在线黑名单,需要授权才能使用」的说明
12.强制加入必要参数
  • Loading branch information
david082321 committed Apr 13, 2022
1 parent 640ff9a commit 300b957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 防止外部破解
if(!defined('SYSTEM')) {exit();} // 防止外部破解,此行勿改

define('VERSION', '4.2.1');
define('VERSION', '4.2.2');
// 加上json的Header
header('Content-Type: application/json; charset=utf-8');
// 加上web的Header
Expand Down

0 comments on commit 300b957

Please sign in to comment.