diff --git a/package.json b/package.json index d5468d9..7b63f89 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "build": "next build", "start": "next start", "lint": "next lint", + "export": "next export", "prepare": "husky install" }, "dependencies": { diff --git a/src/utils/bin/sumfetch.ts b/src/utils/bin/sumfetch.ts index 0c36e3d..b859e59 100644 --- a/src/utils/bin/sumfetch.ts +++ b/src/utils/bin/sumfetch.ts @@ -12,13 +12,13 @@ const sumfetch = async (args: string[]): Promise => { @@ @@@ @@ 爵 Github repo @@ @@ ----------- @@ .@@@@@@@@@@. @@  CONTACT - @@ @@ @@ @@  ${config.email} - @@ @@ @@ @@  github.com/${config.social.github} - @@ @@@@@@ @@  linkedin.com/in/${config.social.linkedin} + @@ @@ @@ @@  ${config.social.phone} + @@ @@ @@ @@  ${config.email} + @@ @@@@@@ @@  github.com/${config.social.github} @@@ @@@ ----------- @@@ @@@ @@  DONATE - @| @@@@@@@@@@@@@@@@ @@  ${config.donate_urls.paypal} - @| @@  ${config.donate_urls.patreon} + @| @@@@@@@@@@@@@@@@ @@  ${config.donate_urls.paypal} + @| @@  ${config.donate_urls.patreon} `; } else {