mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@8cb5cbadde 🚀
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
const anchor = hash.substring(1);
|
||||
|
||||
const localeConfig = {"0":["/en/",["en-US","en-UK","en"]],"1":["/zh/",["zh-CN","zh-TW","zh"]],"/zh/":["zh-CN"],"/en/":["en-US"]};
|
||||
const availableLocales = ["/zh/"];
|
||||
const defaultLocale = availableLocales.pop();
|
||||
const availableLocales = ["/en/","/zh/"];
|
||||
const defaultLocale = "/en/";
|
||||
const defaultBehavior = "defaultLocale"
|
||||
|
||||
let matchedLocalePath = null;
|
||||
|
||||
Reference in New Issue
Block a user