-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1071c9
commit f79e7fd
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ const commitScript = (() => { | |
'_ __/ / /_/ / _ / __/ /', | ||
String.raw`/_/ \____/ /_/ /___/`, | ||
'⚡️ Written by TypeScript, Coding with Love.', | ||
' | Website: https://www.lf112.net', | ||
' | Github: https://github.com/LF112', | ||
' | E-Mail: [email protected]', | ||
' | Website: https://zhang-wen-tao.com', | ||
' | Github: https://github.com/ZhangWentao-Github', | ||
' | E-Mail: [email protected]', | ||
'', | ||
].join('\n'); | ||
console.log( | ||
'\n %c \u26A1futi-detroit %c https://www.lf112.net %c BY LF112 (@futiwolf) \n\n', | ||
'\n %c \u26A1futi-detroit %c https://zhang-wen-tao.com %c BY 张文涛-联络站 \n\n', | ||
'color:#fff;background:#0091e4;padding:5px 0;border-radius:4px 0 0 4px', | ||
'background:#323842;padding:5px 0', | ||
'color:#fff;background:#505050;padding:5px 0;border-radius:0 4px 4px 0', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,22 +9,22 @@ interface ILink { | |
export const LINKS: ILink[] = [ | ||
{ | ||
Icon: SiGithub, | ||
href: 'https://github.com/LF112', | ||
href: '', | ||
label: 'Github', | ||
}, | ||
{ | ||
Icon: SiBilibili, | ||
href: 'https://space.bilibili.com/131579371', | ||
href: '', | ||
label: 'BiliBili', | ||
}, | ||
{ | ||
Icon: SiSteamdeck, | ||
href: 'https://steamcommunity.com/id/LF112', | ||
href: '', | ||
label: 'Steam', | ||
}, | ||
{ | ||
Icon: SiGmail, | ||
href: 'mailto:[email protected]', | ||
href: 'mailto:[email protected]', | ||
label: 'Email', | ||
}, | ||
]; |