llms.txt Content
<!DOCTYPE html><html> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Redirecting...</title><script>(function(){const localesArray = ["zh","en"];
const defaultLang = "zh";
// Detect browser language preference
const browserLang = navigator.language || navigator.userLanguage || '';
// Find matching locale
let redirectLang = defaultLang;
for (const lang of localesArray) {
if (browserLang.toLowerCase().includes(lang)) {
redirectLang = lang;
break;
}
}
// Redirect to the detected language
window.location.replace('/' + redirectLang);
})();</script><noscript><meta http-equiv="refresh" content="0;url=/zh"></noscript><script type="module" src="/_astro/page.B1D-nYk3.js"></script></head> <body> <p>Redirecting...</p> </body></html>