From 38fcfd730ca6cd718b4fe948ed00004660b2b8b7 Mon Sep 17 00:00:00 2001 From: TermiNexus Date: Thu, 18 Jun 2026 23:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=80=85=E7=94=B5=E8=84=91?= =?UTF-8?q?=20IP=20=E5=88=87=E6=8D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a_long_dianjing/settings.py | 1 + data/ai_chat/context.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 data/ai_chat/context.json diff --git a/a_long_dianjing/settings.py b/a_long_dianjing/settings.py index 8c91092..327e7b0 100644 --- a/a_long_dianjing/settings.py +++ b/a_long_dianjing/settings.py @@ -233,6 +233,7 @@ IP_ACCESS_MODE = 'whitelist' IP_WHITELIST = [ '111.32.64.171', '43.142.0.208', + '223.104.7.77', ] # 黑名单(blacklist 模式下生效)— 支持单 IP 和 CIDR 网段 IP_BLACKLIST = [] diff --git a/data/ai_chat/context.json b/data/ai_chat/context.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/ai_chat/context.json @@ -0,0 +1 @@ +{} \ No newline at end of file