From 1c934067a0dd78954558a2ab62f006d0574673d1 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Tue, 19 May 2026 22:50:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9C=9C=E7=A0=9A=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E6=8C=87=E5=90=91=20guanghubingshuo.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/index.html b/homepage/index.html index 0aa54d8..fd4aa8d 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -464,7 +464,7 @@ function showLoggedIn(username){ } function goToRepo(){const u=localStorage.getItem('current_user');window.location.href='/code/'+u;} function dismissRepo(){} -function goToShuangyan(){window.location.href='https://guanghubingshuo.com/agent-api/';} +function goToShuangyan(){window.location.href='https://guanghubingshuo.com/';} function logout(){ localStorage.removeItem('current_user');localStorage.removeItem('is_admin'); localStorage.removeItem('logged_in');localStorage.removeItem('login_time');