From 50462684610e822aa2a9f0a3e0aea374cc43aa6f Mon Sep 17 00:00:00 2001 From: giscafer Date: Sun, 10 Mar 2024 20:32:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BF=E9=97=AE=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/page.tsx | 4 ++-- components/seo.tsx | 2 +- pages/about.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/page.tsx b/components/page.tsx index e5025c9..405e032 100644 --- a/components/page.tsx +++ b/components/page.tsx @@ -11,7 +11,7 @@ type PageProps = { const footerLinks = [ { name: 'Home', url: '/' }, { name: 'GitHub', url: 'https://github.com/giscafer', target: '_blank' }, - { name: '旅游地图', url: 'http://map.giscafer.com', target: '_blank' }, + { name: 'YouTube', url: 'https://www.youtube.com/@BeAFreelancer', target: '_blank' }, { name: 'Blog', url: '/blog' }, { name: 'Twitter', url: 'https://twitter.com/nicky_lao', target: '_blank' }, @@ -50,7 +50,7 @@ const Page = ({ children }: PageProps): JSX.Element => (

© Nicky Lao {new Date().getFullYear()}

- 访问人数 + 访问人数
diff --git a/components/seo.tsx b/components/seo.tsx index 48b654e..a47c23b 100644 --- a/components/seo.tsx +++ b/components/seo.tsx @@ -3,7 +3,7 @@ import { DefaultSeo } from 'next-seo' const config = { title: 'Nicky Lao - Frontend Developer & Designer', description: - '自驱型前端工程师,8年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps 等,具备全栈开发能力。', + '自驱型前端工程师,9年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps 等,具备全栈开发能力。', openGraph: { type: 'website', locale: 'zh_CN', diff --git a/pages/about.tsx b/pages/about.tsx index 6a7326d..06de319 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -29,7 +29,7 @@ const About = (): JSX.Element => {

Hey I’m Nicky Lao, a fullstack developer currently living in 🇨🇳 Guangzhou, China.

- 自驱型前端工程师,8年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps + 自驱型前端工程师,9年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps 等,具备全栈开发能力。