Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@62961e9375 🚀

This commit is contained in:
Masterain98
2024-02-29 03:09:46 +00:00
parent 15db9ea826
commit 65c76cb26d
385 changed files with 889 additions and 988 deletions

View File

@@ -11,8 +11,8 @@
const anchor = hash.substring(1);
const localeConfig = {"/zh/":["zh-CN","zh-TW","zh"],"/en/":["en-US","en-UK","en"],"/id/":["id-ID","id"],"/ru/":["ru-RU","ru-KZ","ru-BY","ru-UA","ru-MD","ru-LV","tt-RU","ru"]};
const availableLocales = ["/en/","/id/","/ru/","/zh/"];
const defaultLocale = "/en/";
const availableLocales = ["/id/","/ru/"];
const defaultLocale = availableLocales.pop();
const defaultBehavior = "defaultLocale"
let matchedLocalePath = null;