From adf8cc63392e814d79ca7085b957cbc97566bee0 Mon Sep 17 00:00:00 2001 From: Faiyaz Date: Sat, 30 Jul 2022 11:55:42 +0600 Subject: [PATCH] fix: changed donate url --- src/utils/bin/sumfetch.ts | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/utils/bin/sumfetch.ts b/src/utils/bin/sumfetch.ts index 410733b..b29a9cb 100644 --- a/src/utils/bin/sumfetch.ts +++ b/src/utils/bin/sumfetch.ts @@ -1,6 +1,7 @@ import config from '../../../config.json'; const sumfetch = async (args: string[]): Promise => { +<<<<<<< HEAD return ` ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣤⣶⣿⣷⣤⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀  sumfetch: a summary ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⠀⠀⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ----------- @@ -27,6 +28,47 @@ const sumfetch = async (args: string[]): Promise => { `; +======= + if (config.ascii === 'cveinnt') { + return ` + @@@@@@@@@@@@@  sumfetch: summary display + @@@@ @@@@ ----------- + @@ @@  ABOUT + @@ @@  ${config.name} + @@ @@ ﰩ ${config.ps1_hostname} + @@ @@@ @@  resume +@@ @@@ @@ 爵 Github repo +@@ @@ ----------- +@@ .@@@@@@@@@@. @@  CONTACT + @@ @@ @@ @@  ${config.email} + @@ @@ @@ @@  github.com/${config.social.github} + @@ @@@@@@ @@  linkedin.com/in/${config.social.linkedin} + @@@ @@@ ----------- + @@@ @@@ @@  DONATE + @| @@@@@@@@@@@@@@@@ @@  ${config.donate_urls.wallet} + @| @@ + + +`; + } else { + return ` + ▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄   sumfetch + ▄▓▓▀ ▄▓▓▀▓▓▓▀▓▓▄ ▀▀▓▓▄  ----------- + ▓▓▀ ▄▓▀  ▐▓▓ ▀▓▓  ▓▓▄   ABOUT + ▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   ${config.name} + ▓▓ ▓▓▓  ▐▓▓  ▐▓▓  ▓▓   resume +▐▓▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▓ 爵 Github repo +▐▓  ▐▓ ----------- +▐▓  > L I V E T E R M ▐▓  CONTACT +▐▓  ▐▓  ${config.email} +▐▓▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▓  github.com/${config.social.github} + ▓▓ ▐▓▓  ▓▓  ▐▓▓  ▓▓   linkedin.com/in/${config.social.linkedin} + ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓  ----------- + ▓▓▓  ▐▓▓  ▓▓  ▓▓▓ ▓▓▀   DONATE + ▀▓▓▄▄ ▀▓▓▄▓▓▄▓▓▓▄▄▓▓▀   ${config.donate_urls.wallet} + ▀▓▓▓▓▓▓▓▓▓▓▓▀▀  + +>>>>>>> 677adca (fix: changed donate url) };