From 896cd4f09efdc4e43cbfa5f5a4e188a198410a05 Mon Sep 17 00:00:00 2001 From: Athanasios Date: Tue, 20 Apr 2021 13:37:58 +0200 Subject: [PATCH] Update settings.js --- public/settings.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/settings.js b/public/settings.js index a726167..33f8bbe 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: [ -- GitLab