fix: 霜砚入口指向 guanghubingshuo.com

This commit is contained in:
bingshuo 2026-05-19 22:50:35 +08:00
parent d985002d49
commit 1c934067a0

View File

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