Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@86a3f6c8e7 🚀

This commit is contained in:
Masterain98
2023-06-03 00:07:38 +00:00
parent 93c7f5df82
commit 151fb13bcf
163 changed files with 376 additions and 238 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;