Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@8cb5cbadde 🚀

This commit is contained in:
Masterain98
2023-05-13 07:13:02 +00:00
parent 54cda35dc5
commit 07de846f15
147 changed files with 408 additions and 287 deletions

View File

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