From af14d7aa5fb7af8330d638a57b086864f2bbdd24 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Sat, 30 May 2026 09:25:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8DLLM=5FAPI=5FKEY=20+=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0OBSIDIAN=5FVAULT=E9=85=8D=E7=BD=AE=20-=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20systemd=20service=20=E4=B8=AD=E6=8D=9F?= =?UTF-8?q?=E5=9D=8F=E7=9A=84=20API=20key=20-=20=E6=B7=BB=E5=8A=A0=20OBSID?= =?UTF-8?q?IAN=5FVAULT=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=20-=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20systemd=20override=20=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go/static/graph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/static/graph.html b/go/static/graph.html index 22928c0..a7a3a34 100644 --- a/go/static/graph.html +++ b/go/static/graph.html @@ -327,7 +327,7 @@ event: '#f85149' }; - const API_BASE = 'http://100.65.23.30:7821'; + const API_BASE = window.location.origin; const API_KEY = 'zhiyi-dev-key-2026'; let nodes = [], links = []; let simulation, svg, g, linkGroup, nodeGroup, labelGroup;