mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
ascii art
This commit is contained in:
parent
3c0fc7e55e
commit
20044cb7e8
@ -29,7 +29,7 @@ const themeColor = chalk.hex("#31748f");
|
|||||||
|
|
||||||
function greet() {
|
function greet() {
|
||||||
if (!envOption.quiet) {
|
if (!envOption.quiet) {
|
||||||
//#region Calckey logo
|
//#region Firefish logo
|
||||||
const v = `v${meta.version}`;
|
const v = `v${meta.version}`;
|
||||||
console.log(themeColor(" ___ _ _ "));
|
console.log(themeColor(" ___ _ _ "));
|
||||||
console.log(themeColor(" / __\\__ _| | ___| | _____ _ _ "));
|
console.log(themeColor(" / __\\__ _| | ___| | _____ _ _ "));
|
||||||
@ -40,7 +40,7 @@ function greet() {
|
|||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
" Calckey is an open-source decentralized microblogging platform.",
|
" Firefish is an open-source decentralized microblogging platform.",
|
||||||
);
|
);
|
||||||
console.log(
|
console.log(
|
||||||
chalk.rgb(
|
chalk.rgb(
|
||||||
@ -48,7 +48,7 @@ function greet() {
|
|||||||
136,
|
136,
|
||||||
0,
|
0,
|
||||||
)(
|
)(
|
||||||
" If you like Calckey, please consider starring or contributing to the repo. https://codeberg.org/calckey/calckey",
|
" If you like Firefish, please consider starring or contributing to the repo. https://codeberg.org/firefish/firefish",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -58,8 +58,8 @@ function greet() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
bootLogger.info("Welcome to Calckey!");
|
bootLogger.info("Welcome to Firefish!");
|
||||||
bootLogger.info(`Calckey v${meta.version}`, null, true);
|
bootLogger.info(`Firefish v${meta.version}`, null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -81,7 +81,7 @@ export async function masterMain() {
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
bootLogger.succ("Calckey initialized");
|
bootLogger.succ("Firefish initialized");
|
||||||
|
|
||||||
if (!envOption.disableClustering) {
|
if (!envOption.disableClustering) {
|
||||||
await spawnWorkers(config.clusterLimit);
|
await spawnWorkers(config.clusterLimit);
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
const chalk = require("chalk");
|
const chalk = require("chalk");
|
||||||
|
|
||||||
const themeColor = chalk.hex("#31748f");
|
const themeColor = chalk.hex("#31748f");
|
||||||
console.log(themeColor(" ___ _ _ "));
|
console.log(themeColor(" ▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄▄▄▄▄ ▄▄ ▄▄ ◯ "));
|
||||||
console.log(themeColor(" / __\\__ _| | ___| | _____ _ _ "));
|
console.log(themeColor("█ █ █ ▄ █ █ █ █ █ █ █ █ █ ○ ▄ ▄"));
|
||||||
console.log(themeColor(" / / / _` | |/ __| |/ / _ | | |"));
|
console.log(themeColor("█ ▄▄▄█ █ █ █ █ █ ▄▄▄█ ▄▄▄█ █ ▄▄▄▄▄█ █▄█ █ ⚬ █▄▄ █▄▄ "));
|
||||||
console.log(themeColor("/ /__| (_| | | (__| < __/ |_| |"));
|
console.log(themeColor("█ █▄▄▄█ █ █▄▄█▄█ █▄▄▄█ █▄▄▄█ █ █▄▄▄▄▄█ █ ▄▄▄▄▄▄ ▄"));
|
||||||
console.log(themeColor("\\____/\\__,_|_|\\___|_|\\_\\___|\\__, |"));
|
console.log(themeColor("█ ▄▄▄█ █ ▄▄ █ ▄▄▄█ ▄▄▄█ █▄▄▄▄▄ █ ▄ █ █ █ █▄▄"));
|
||||||
console.log(themeColor(" (___/ "));
|
console.log(themeColor("█ █ █ █ █ █ █ █▄▄▄█ █ █ █▄▄▄▄▄█ █ █ █ █ █ ● ● █"));
|
||||||
|
console.log(themeColor("█▄▄▄█ █▄▄▄█▄▄▄█ █▄█▄▄▄▄▄▄▄█▄▄▄█ █▄▄▄█▄▄▄▄▄▄▄█▄▄█ █▄▄█ ▀▄▄▄▄▄▄▀"));
|
||||||
|
|
||||||
console.log(" Currently building Calckey!");
|
|
||||||
|
console.log(" Currently building Firefish!");
|
||||||
console.log(
|
console.log(
|
||||||
chalk.rgb(255, 136, 0)(" Hang on for a moment, as this may take a while."),
|
chalk.rgb(255, 136, 0)(" Hang on for a moment, as this may take a while."),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user