From 2c9e82dca487432ad9922ddf9b0a26aadeae81e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E7=AC=91=E5=AF=92?= Date: Thu, 2 May 2024 01:43:01 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20change=20domain=20=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- README.md | 2 +- public/markdown/about-me.md | 6 +++--- public/markdown/github-stats.md | 4 ++-- src/configs/terminal.tsx | 4 ++-- src/configs/websites.ts | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6a3de79b..8f5c2c07 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,4 +38,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: dist - cname: portfolio.zxh.io + cname: portfolio.zxh.me diff --git a/README.md b/README.md index 707aa5c9..b4359fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # playground-macos -My portfolio website simulating macOS's GUI: https://portfolio.zxh.io +My portfolio website simulating macOS's GUI: https://portfolio.zxh.me Powered by [React](https://reactjs.org/) + [Zustand](https://zustand-demo.pmnd.rs/) + [UnoCSS](https://uno.antfu.me/) + [TypeScript](https://www.typescriptlang.org/) + [Vite](https://vitejs.dev/). diff --git a/public/markdown/about-me.md b/public/markdown/about-me.md index 0d8a59e0..7ce65485 100644 --- a/public/markdown/about-me.md +++ b/public/markdown/about-me.md @@ -20,13 +20,13 @@ Contact me by: - [Google Scholar](https://scholar.google.com/citations?user=RuW6xgMAAAAJ) - Linkedin: [xiaohan-zou](https://www.linkedin.com/in/xiaohan-zou) - 知乎: [@西伯利亚大恶龙](https://www.zhihu.com/people/chao-neng-gui-su) -- Personal Website: [zxh.io](https://zxh.io) +- Personal Website: [zxh.me](https://zxh.me) ## Résumé -- Normal version: [English](https://zxh.io/files/cv/en.pdf) / [中文](https://zxh.io/files/cv/cn.pdf) +- Normal version: [English](https://zxh.me/files/cv/en.pdf) / [中文](https://zxh.me/files/cv/cn.pdf) 中文版的更新很可能不及时 -- Interesting version: [portfolio.zxh.io](https://portfolio.zxh.io) / [resume.zxh.io](https://resume.zxh.io) +- Interesting version: [portfolio.zxh.me](https://portfolio.zxh.me) / [resume.zxh.io](https://resume.zxh.io) diff --git a/public/markdown/github-stats.md b/public/markdown/github-stats.md index 6a63a547..781c3eed 100644 --- a/public/markdown/github-stats.md +++ b/public/markdown/github-stats.md @@ -2,6 +2,6 @@ My GitHub stats (powered by [github-readme-stats](https://github.com/anuraghazra/github-readme-stats)): -[![github stats](https://github-readme-stats.vercel.app/api?username=Renovamen&show_icons=true&hide_title=true&hide_border=true)](https://zxh.io) +[![github stats](https://github-readme-stats.vercel.app/api?username=Renovamen&show_icons=true&hide_title=true&hide_border=true)](https://zxh.me) -[![top langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Renovamen&layout=compact&hide_border=true)](https://zxh.io) +[![top langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Renovamen&layout=compact&hide_border=true)](https://zxh.me) diff --git a/src/configs/terminal.tsx b/src/configs/terminal.tsx index a30c676a..17f2bf09 100644 --- a/src/configs/terminal.tsx +++ b/src/configs/terminal.tsx @@ -85,11 +85,11 @@ const terminal: TerminalData[] = [ Personal Website:{" "} - https://zxh.io + https://zxh.me
  • diff --git a/src/configs/websites.ts b/src/configs/websites.ts index 67a27051..dc040074 100644 --- a/src/configs/websites.ts +++ b/src/configs/websites.ts @@ -7,8 +7,8 @@ const websites: WebsitesData = { { id: "my-blog", title: "Website", - img: "https://zxh.io/img/avatar.jpg", - link: "https://zxh.io/", + img: "https://zxh.me/img/avatar.jpg", + link: "https://zxh.me/", inner: true }, {