--- head: - - script - {} - | const lang = navigator.language || navigator.userLanguage; if (lang.toLowerCase().startsWith('zh')) { window.location.replace('/zh/'); } else { window.location.replace('/en/'); } ---
Click here to go to the English site
点击这里前往中文站点