From 515cd1d05e41e1e0716aed7a2a90b4a77a812ced Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sat, 3 Jan 2026 23:17:30 +0800 Subject: [PATCH] update maxkb url --- .env | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 99e2b58..a30894a 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc -PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=2e801f7d6efdcc99 +PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=dd37457027c40b39 PUBLIC_CODEAPI_URL=http://localhost:8080 \ No newline at end of file diff --git a/.env.production b/.env.production index c2d1baa..35e8767 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc -PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=2e801f7d6efdcc99 +PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=dd37457027c40b39 PUBLIC_CODEAPI_URL=https://code.xuyue.cc/api \ No newline at end of file