let commands = { welcome:{ output:[ { color: "white", content: "\nWelcome to:\n", delay: 100 }, { color: "green", content: " __ __\n" + " /\\ \\ /\\ \\__\n" + " ___ __ __\\ \\ \\____ _____ ____ \\ \\ _\\ ____ __ __ __ ______\n" + " / ___\\/\\ \\/\\ \\\\ \\ __ \\/\\ __\\/ __ \\ \\ \\ \\/ / __ \\/\\ \\/\\ \\/\\ \\/\\ __ \\\n" + "/\\ \\__/\\ \\ \\_\\ \\\\ \\ \\_\\ \\ \\ \\_/\\ __/ __\\ \\ \\_/\\ \\_\\ \\ \\ \\_\\ \\_\\ \\ \\ \\/\\ \\\n" + "\\ \\____\\\\ \\____ \\\\ \\____/\\ \\_\\\\ \\____\\/\\_\\\\ \\__\\ \\____/\\ \\________/\\ \\_\\ \\_\\\n" + " \\/____/ \\/___/ \\\\/___/ \\/_/ \\/____/\\/_/ \\/__/\\/___/ \\/_______/ \\/_/\\/_/\n" + " /\\___/\n" + " \\/__/ @adb.sh\n\n", delay: 100 }, { color: "white", content: "free services on this server:\n" + "\n" + " - Mastodon > social\n" + " - Gitea > git\n" + " - Matrix > element\n" + " - Etherpad > ether\n" + " - short url > surl\n" + " - Jitsi > meet\n", delay: 100 }, ] } } export default { data(){ return { commands:commands } } }