Config
The config folder holds parameters for altering the website's UI and functionality.
export const WEB_SETTING = {
version: "0.0.1",
versionCode: 11,
calculationalInput: true,
showBadge: true,
muonEnabled: true,
showAccountHealthEmoji: true,
showColorfulAccountHealth: true,
checkWhiteList: false,
showSignModal: true,
notAllowedMethods: [] as string[],
showTpSl: true,
};Configuration Variables Explanation
Last updated