From 78d3e5a6935ea7c1bda2bfb84327fd33a1aa9d8b Mon Sep 17 00:00:00 2001 From: Nagi-ovo <13264500190@163.com> Date: Sat, 4 May 2024 19:57:22 +0800 Subject: [PATCH] docs: console --- src/lib/sayHello.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/sayHello.ts b/src/lib/sayHello.ts index 11d069f..079cdf1 100644 --- a/src/lib/sayHello.ts +++ b/src/lib/sayHello.ts @@ -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;'