diff --git a/public/settings.js b/public/settings.js index a7261679bbb9e0b87010ce13aa4ac625e18a1e5f..33f8bbe81777f871c781b8856aaf6682c688e8fb 100644 --- a/public/settings.js +++ b/public/settings.js @@ -1,3 +1,12 @@ +/* +███████╗██╗███╗ ██╗ ██████╗ ███████╗██████╗ ██╗ ██╗███████╗ ██████╗ +██╔════╝██║████╗ ██║██╔════╝ ██╔════╝██╔══██╗ ██║ ██║██╔════╝██╔════╝ +█████╗ ██║██╔██╗ ██║██║ ███╗█████╗ ██████╔╝ ██║ █╗ ██║█████╗ ██║ ███╗ +██╔══╝ ██║██║╚██╗██║██║ ██║██╔══╝ ██╔══██╗ ██║███╗██║██╔══╝ ██║ ██║ +██║ ██║██║ ╚████║╚██████╔╝███████╗██║ ██║ ╚███╔███╔╝███████╗╚██████╔╝ +╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚══════╝ ╚═════╝ +*/ + const BASE_URL = `${window.location.origin}/${window.location.pathname.split('/').filter((e, i)=>{return i>0 & i<4}).join('/')}`; const ON = true; const OFF = false; @@ -24,6 +33,15 @@ const DEFAULT = { avatar: `${BASE_URL}/assets/images/avatar.png` }; +/* +███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗ +██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝ +███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗ +╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║ +███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║ +╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝ +*/ + let settings = { switches: [