From b422830708f2f49e60a6a8745b396de67d254de1 Mon Sep 17 00:00:00 2001 From: liqi Date: Sat, 18 Jan 2025 09:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E7=9B=B8=E5=85=B3=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers.php b/helpers/helpers.php index 9bd47ef..fd8a97b 100644 --- a/helpers/helpers.php +++ b/helpers/helpers.php @@ -19,7 +19,7 @@ if (!function_exists('is_encrypted')) { if (!is_string($data)) { return false; } - // 这里应该有逻辑来判断$data是否已经被加密。 + // 这里应该有逻辑来判断$data是否已经被加密。未加密是true return strpos($data, 'xk_ase_256_') === 0; } }