From 33e66eec0ff7c7dac46ea0f0e37729aadc3b11b3 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 03 Aug 2026 11:00:50 +0800
Subject: [PATCH] feat(firewall): 添加国家名称映射和改进地理封锁提示
---
src/main/resources/static/geo-block.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/static/geo-block.html b/src/main/resources/static/geo-block.html
index 13020af..3c49fda 100644
--- a/src/main/resources/static/geo-block.html
+++ b/src/main/resources/static/geo-block.html
@@ -122,10 +122,10 @@
</div>
<!-- 中文提示 -->
- <h2>因平台安全与合规要求,暂不支持中国大陆 IP 访问</h2>
+ <h2>因平台安全与合规要求,暂不支持你的 IP 访问</h2>
<!-- 英文提示 -->
- <h2 class="en">Access from Mainland China is currently unavailable.</h2>
+ <h2 class="en">Due to platform security and compliance requirements, we temporarily do not support access from your IP address.</h2>
<div class="divider"></div>
--
Gitblit v1.9.1