Skip to content

Commit

Permalink
docs: console
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi-ovo committed May 4, 2024
1 parent c513543 commit 78d3e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/sayHello.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default function sayHello() {
);

console.log(
'%cLooks like you are interested in the code 👀\nHere is the repo to fulfill your curiosity ' +
'%chttps://github.com/theodorusclarence/theodorusclarence.com\n\n' +
"%cDon't forget to give it a star! 🌟",
'看起来你对网站的代码很感兴趣 👀\n这是 repo 🔗以满足你的好奇心' +
'%chttps://github.com/bjut-swift/swifts-nest\n\n' +
'%c别忘了给它点个🌟',
'font-family: Inter, sans-serif; font-size: 1.2rem; font-weight: 500;',
'font-family: Inter, sans-serif; font-size: 1.2rem; font-weight: 500; color: #4ee5ae;',
'font-family: Inter, sans-serif; font-size: 1.2rem; font-weight: 500;'
Expand Down

0 comments on commit 78d3e5a

Please sign in to comment.