Skip to content

Commit

Permalink
Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWentao-Github authored Sep 22, 2024
1 parent d1071c9 commit f79e7fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/app/components/devtools/commit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/main-layout/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const Footer: React.FC<IFooterProps> = ({ className, style }) => (
<p>
Copyright &copy; 2017 - {new Date().getFullYear()}
<FTooltip text="🙃 Independent Websites Developer" sideOffset={16}>
<a className="mx-1" href="https://www.lf112.net">
LF112
<a className="mx-1" href="https://zhang-wen-tao.com">
张文涛
</a>
</FTooltip>
All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
];

0 comments on commit f79e7fd

Please sign in to comment.