diff --git a/.vscode/settings.json b/.vscode/settings.json index fb2c88d..00f4a5d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "i18n-ally.sortKeys": true, "prettier.enable": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "files.associations": { "*.css": "css" diff --git a/LICENSE b/LICENSE index 8e09ff5..c1cd7c8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 FuBaooo +Copyright (c) 2022 ProsperBao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/posts/blogs/index.md b/posts/blogs/index.md index 25fe1ea..8ace153 100644 --- a/posts/blogs/index.md +++ b/posts/blogs/index.md @@ -1,5 +1,5 @@ --- -title: Blogs - FuBaooo +title: Blogs - ProsperBao noBack: true --- diff --git a/posts/blogs/netlify-deploy-problem.md b/posts/blogs/netlify-deploy-problem.md index 3c44e23..beaab38 100644 --- a/posts/blogs/netlify-deploy-problem.md +++ b/posts/blogs/netlify-deploy-problem.md @@ -12,7 +12,7 @@ description: 在使用 Netlify 部署时遇到的几个问题 最开始我想法做一个 `profile card` 类似的东西。 -![FuBaooo](https://github-readme-stats.vercel.app/api?username=FuBaooo&show_icons=true) +![ProsperBao](https://github-readme-stats.vercel.app/api?username=ProsperBao&show_icons=true) 就这个东西,很多人的 `profile` 花里胡哨的,所以我想能不能把我最近搞得一个娱乐项目提供一个这个东西。 diff --git a/posts/blogs/review-virtual-table.md b/posts/blogs/review-virtual-table.md index 89742b8..e41001b 100644 --- a/posts/blogs/review-virtual-table.md +++ b/posts/blogs/review-virtual-table.md @@ -52,4 +52,4 @@ description: 回顾总结一下这次复杂虚拟表格优化的点和总结 针对部分情况进行了优化,让代码看起来更直观和更美观以及更好的性能 -项目代码可以参考 [这里](https://github.com/FuBaooo/virtual-table-demo) +项目代码可以参考 [这里](https://github.com/ProsperBao/virtual-table-demo) diff --git a/posts/bookmark.md b/posts/bookmark.md index f3f0b11..6edc120 100644 --- a/posts/bookmark.md +++ b/posts/bookmark.md @@ -1,5 +1,5 @@ --- -title: 书签 - FuBaooo +title: 书签 - ProsperBao display: 书签 subtitle: 一些我觉得有意思或者有用的东西. description: 一些我觉得有意思或者有用的东西. diff --git a/posts/challenges/index.en.md b/posts/challenges/index.en.md index dcb59e3..ceb50d2 100644 --- a/posts/challenges/index.en.md +++ b/posts/challenges/index.en.md @@ -1,5 +1,5 @@ --- -title: Challenges - FuBaooo +title: Challenges - ProsperBao display: Challenges subtitle: I improve my ability through some challenges. description: I improve my ability through some challenges. diff --git a/posts/challenges/index.zh-CN.md b/posts/challenges/index.zh-CN.md index 0f98682..b41b3ba 100644 --- a/posts/challenges/index.zh-CN.md +++ b/posts/challenges/index.zh-CN.md @@ -1,5 +1,5 @@ --- -title: 挑战 - FuBaooo +title: 挑战 - ProsperBao display: Challenges subtitle: 我通过一些挑战来提高自己的能力。 description: 我通过一些挑战来提高自己的能力。 diff --git a/posts/challenges/source/index.md b/posts/challenges/source/index.md index 11e228e..168231a 100644 --- a/posts/challenges/source/index.md +++ b/posts/challenges/source/index.md @@ -1,5 +1,5 @@ --- -title: Source Code Read - FuBaooo +title: Source Code Read - ProsperBao --- diff --git a/posts/challenges/type/extreme-1.md b/posts/challenges/type/extreme-1.md index 171c842..047de25 100644 --- a/posts/challenges/type/extreme-1.md +++ b/posts/challenges/type/extreme-1.md @@ -7,7 +7,7 @@ levelTitle: Extreme [[toc]] -[题目来源(type-challenges)](https://github.com/FuBaooo/type-challenges/blob/master/questions/5-extreme-readonly-keys/README.zh-CN.md) +[题目来源(type-challenges)](https://github.com/ProsperBao/type-challenges/blob/master/questions/5-extreme-readonly-keys/README.zh-CN.md) ### 问题 diff --git a/posts/challenges/type/extreme-2.md b/posts/challenges/type/extreme-2.md index 9b7dad4..066076f 100644 --- a/posts/challenges/type/extreme-2.md +++ b/posts/challenges/type/extreme-2.md @@ -7,7 +7,7 @@ levelTitle: Extreme [[toc]] -[题目来源(type-challenges)](https://github.com/FuBaooo/type-challenges/blob/master/questions/151-extreme-query-string-parser/README.md) +[题目来源(type-challenges)](https://github.com/ProsperBao/type-challenges/blob/master/questions/151-extreme-query-string-parser/README.md) ### 问题 diff --git a/posts/challenges/type/extreme-3.md b/posts/challenges/type/extreme-3.md index 5f7d9c5..e68421c 100644 --- a/posts/challenges/type/extreme-3.md +++ b/posts/challenges/type/extreme-3.md @@ -7,7 +7,7 @@ levelTitle: Extreme [[toc]] -[题目来源(type-challenges)](https://github.com/FuBaooo/type-challenges/blob/master/questions/216-extreme-slice/README.md) +[题目来源(type-challenges)](https://github.com/ProsperBao/type-challenges/blob/master/questions/216-extreme-slice/README.md) ### 问题 实现一个 `Array.slice` 的类型版本 diff --git a/posts/challenges/type/extreme-4.md b/posts/challenges/type/extreme-4.md index 1cf25e5..c76b8c6 100644 --- a/posts/challenges/type/extreme-4.md +++ b/posts/challenges/type/extreme-4.md @@ -7,7 +7,7 @@ levelTitle: Extreme [[toc]] -[题目来源(type-challenges)](https://github.com/FuBaooo/type-challenges/blob/master/questions/274-extreme-integers-comparator/README.md) +[题目来源(type-challenges)](https://github.com/ProsperBao/type-challenges/blob/master/questions/274-extreme-integers-comparator/README.md) ### 问题 diff --git a/posts/challenges/type/extreme-5.md b/posts/challenges/type/extreme-5.md index 326ce3d..be98f11 100644 --- a/posts/challenges/type/extreme-5.md +++ b/posts/challenges/type/extreme-5.md @@ -7,7 +7,7 @@ levelTitle: Extreme [[toc]] -[题目来源(type-challenges)](https://github.com/FuBaooo/type-challenges/blob/master/questions/462-extreme-currying-2/README.zh-CN.md) +[题目来源(type-challenges)](https://github.com/ProsperBao/type-challenges/blob/master/questions/462-extreme-currying-2/README.zh-CN.md) ### 问题 diff --git a/posts/challenges/type/index.md b/posts/challenges/type/index.md index c00a87a..4e8a725 100644 --- a/posts/challenges/type/index.md +++ b/posts/challenges/type/index.md @@ -1,5 +1,5 @@ --- -title: Type Challenges - FuBaooo +title: Type Challenges - ProsperBao --- diff --git a/posts/index.en.md b/posts/index.en.md index 4f04341..d1bef1b 100644 --- a/posts/index.en.md +++ b/posts/index.en.md @@ -1,10 +1,10 @@ --- -title: FuBaooo +title: ProsperBao --- ## About me -I am FuBaooo, a full-time front-end developer with a little knowledge of back-end [node.js](https://nodejs.org/zh-cn) & [Rust](https://www.rust-lang.org). +I am ProsperBao, a full-time front-end developer with a little knowledge of back-end [node.js](https://nodejs.org/zh-cn) & [Rust](https://www.rust-lang.org). I hope to become a developer not only at the front end, but also keep up with the trend. I did some small projects and read a lot of documents. They are also trying to learn new things. If you are interested in what I have done, please join us. @@ -18,7 +18,7 @@ Hope have a chance to make a fortune. I will record some things here in the futu *** -Find me on [Github](https://github.com/FuBaooo).
+Find me on [Github](https://github.com/ProsperBao).
Mail me at [baihe2233@gmail.com](mailto:baihe2233@gmail.com).
Inspired by [@antfu](https://antfu.me/), Thank you for blog. diff --git a/posts/index.zh-CN.md b/posts/index.zh-CN.md index bc46ee0..f6ab3dd 100644 --- a/posts/index.zh-CN.md +++ b/posts/index.zh-CN.md @@ -19,7 +19,7 @@ title: 福宝 *** -你可以在 [Github](https://github.com/FuBaooo) 找到我。
+你可以在 [Github](https://github.com/ProsperBao) 找到我。
邮箱在这里 [baihe2233@gmail.com](mailto:baihe2233@gmail.com).
diff --git a/posts/learns/index.md b/posts/learns/index.md index efece74..d33ba5e 100644 --- a/posts/learns/index.md +++ b/posts/learns/index.md @@ -1,5 +1,5 @@ --- -title: Learns - FuBaooo +title: Learns - ProsperBao noBack: true --- diff --git a/posts/projects/index.en.md b/posts/projects/index.en.md index 761add4..447f9cc 100644 --- a/posts/projects/index.en.md +++ b/posts/projects/index.en.md @@ -1,12 +1,12 @@ --- -title: Projects - FuBaooo +title: Projects - ProsperBao display: Projects subtitle: I participated in some projects or challenges, although not many. description: I participated in some projects or challenges, although not many. projects: Ongoing: - name: 'Baii.icu' - link: 'https://github.com/FuBaooo/baii.icu' + link: 'https://github.com/ProsperBao/baii.icu' desc: 'this blog' icon: 'i-carbon-edit' - name: 'SourceCodeReading' @@ -14,7 +14,7 @@ projects: desc: 'The challenge of reading source code' icon: 'i-carbon-bot' - name: 'RestraintAlmanac' - link: 'https://github.com/FuBaooo/restraint-almanac' + link: 'https://github.com/ProsperBao/restraint-almanac' desc: 'A restraint almanac' icon: 'i-carbon:floating-ip' Challenge: @@ -28,11 +28,11 @@ projects: desc: 'These are things that I find interesting' icon: 'i-carbon:bookmark' - name: 'DstCloudManage' - link: 'https://github.com/FuBaooo/dst-cloud-manage' + link: 'https://github.com/ProsperBao/dst-cloud-manage' desc: 'DST server management tools' icon: 'i-carbon-cloud-services' - name: 'EpubReading' - link: 'https://github.com/FuBaooo/epub-reading' + link: 'https://github.com/ProsperBao/epub-reading' desc: 'A novel reader with translation function' icon: 'i-carbon-book' --- diff --git a/posts/projects/index.zh-CN.md b/posts/projects/index.zh-CN.md index adcf95a..5bab9ab 100644 --- a/posts/projects/index.zh-CN.md +++ b/posts/projects/index.zh-CN.md @@ -1,12 +1,12 @@ --- -title: 项目 - FuBaooo +title: 项目 - ProsperBao display: Projects subtitle: 我参加的一些项目或挑战,虽然不多。 description: 我参加的一些项目或挑战,虽然不多。 projects: 进行中: - name: 'Baii.icu' - link: 'https://github.com/FuBaooo/baii.icu' + link: 'https://github.com/ProsperBao/baii.icu' desc: '这个博客' icon: 'i-carbon-edit' - name: 'SourceCodeReading' @@ -14,7 +14,7 @@ projects: desc: '阅读源代码的挑战' icon: 'i-carbon-bot' - name: 'RestraintAlmanac' - link: 'https://github.com/FuBaooo/restraint-almanac' + link: 'https://github.com/ProsperBao/restraint-almanac' desc: '自律人黄历' icon: 'i-carbon:floating-ip' 挑战: @@ -28,11 +28,11 @@ projects: desc: '这些是我觉得有意思的东西' icon: 'i-carbon:bookmark' - name: 'DstCloudManage' - link: 'https://github.com/FuBaooo/dst-cloud-manage' + link: 'https://github.com/ProsperBao/dst-cloud-manage' desc: '一个饥荒服务器管理工具' icon: 'i-carbon-cloud-services' - name: 'EpubReading' - link: 'https://github.com/FuBaooo/epub-reading' + link: 'https://github.com/ProsperBao/epub-reading' desc: '一个自带翻译功能的小说阅读器' icon: 'i-carbon-book' --- diff --git a/src/App.vue b/src/App.vue index 39db81d..912fd0d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@