修复日志页面卡顿我呢提

This commit is contained in:
root
2026-06-15 22:42:59 +08:00
parent 1a52201ec7
commit bcb9f293a6
151 changed files with 2461 additions and 471 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
/**
* 生成 check_config/*.phpdefine 拼接,输出格式与历史 dashboard 一致)
*/
require_once dirname(__DIR__) . '/lib/Cloak/CountryAllowlist.php';
class ConfigWriter
{
/**
@@ -14,7 +16,7 @@ class ConfigWriter
$methods = $data['methods'];
$blacklist_group_id = (int) $data['blacklist_group_id'];
$whitelist_group_id = (int) $data['whitelist_group_id'];
$country = $data['country'];
$country = CountryAllowlist::formatForConfig($data['country']);
$show_content = $data['show_content'];
$DB_fp = $data['DB_fp'];
$costm_ip_score = $data['costm_ip_score'];