From e166bb29918f09ce927ecc29df78b5329ac9677e Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Mon, 1 Apr 2024 14:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=82=B9=E7=82=B9=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/SiteConfig.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/SiteConfig.php b/models/SiteConfig.php index 07ecd9e..3d8bcd1 100644 --- a/models/SiteConfig.php +++ b/models/SiteConfig.php @@ -26,7 +26,7 @@ class SiteConfig extends Model public string $turnstileSecret; // Turnstile Secret public bool $enableIpinfo; // 启用 ipinfo.io 查询 public string $ipinfoToken; // IPinfo Token - public bool $clarityEnabled; // 启用 Clarity + public bool $clarityEnabled; // 启用 Microsoft Clarity public string $clarityId; // Clarity ID public bool $gaEnabled; // 启用 Google Analytics public string $gaId; // Google Analytics ID @@ -87,9 +87,9 @@ class SiteConfig extends Model 'turnstileSecret' => 'Turnstile Secret', 'enableIpinfo' => '启用 ipinfo.io 查询', 'ipinfoToken' => 'IPinfo Token', - 'clarityEnabled' => '启用 Clarity', + 'clarityEnabled' => '启用 Microsoft Clarity', 'clarityId' => 'Clarity ID', - 'gaEnabled' => '启用 Google Analytics', + 'gaEnabled' => '启用 Google Analytics (GA4)', 'gaId' => 'Google Analytics ID', ]; }