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');