Skip to content

Commit

Permalink
chore: update titles in index.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ProsperBao committed May 14, 2024
1 parent b0e9f27 commit 44d5e39
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion posts/blogs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Blogs - FuBaooo
title: Blogs - ProsperBao
noBack: true
---

Expand Down
2 changes: 1 addition & 1 deletion posts/blogs/netlify-deploy-problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 花里胡哨的,所以我想能不能把我最近搞得一个娱乐项目提供一个这个东西。

Expand Down
2 changes: 1 addition & 1 deletion posts/blogs/review-virtual-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ description: 回顾总结一下这次复杂虚拟表格优化的点和总结
针对部分情况进行了优化,让代码看起来更直观和更美观以及更好的性能
<iframe style="width: 100%;overflow: hidden;height: 480px;" src="https://celebrated-marshmallow-f1c794.netlify.app/#/grid"></iframe>

项目代码可以参考 [这里](https://github.com/FuBaooo/virtual-table-demo)
项目代码可以参考 [这里](https://github.com/ProsperBao/virtual-table-demo)
2 changes: 1 addition & 1 deletion posts/bookmark.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 书签 - FuBaooo
title: 书签 - ProsperBao
display: 书签
subtitle: 一些我觉得有意思或者有用的东西.
description: 一些我觉得有意思或者有用的东西.
Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/index.en.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 挑战 - FuBaooo
title: 挑战 - ProsperBao
display: Challenges
subtitle: 我通过一些挑战来提高自己的能力。
description: 我通过一些挑战来提高自己的能力。
Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/source/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Source Code Read - FuBaooo
title: Source Code Read - ProsperBao
---

<list-challenges path="/challenges/source"></list-challenges>
2 changes: 1 addition & 1 deletion posts/challenges/type/extreme-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 问题

Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/type/extreme-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 问题

Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/type/extreme-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 的类型版本
Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/type/extreme-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 问题

Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/type/extreme-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 问题

Expand Down
2 changes: 1 addition & 1 deletion posts/challenges/type/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Type Challenges - FuBaooo
title: Type Challenges - ProsperBao
---

<list-challenges path="/challenges/type"></list-challenges>
6 changes: 3 additions & 3 deletions posts/index.en.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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).<br/>
Find me on [Github](https://github.com/ProsperBao).<br/>
Mail me at [[email protected]](mailto:[email protected]).<br />

Inspired by [@antfu](https://antfu.me/), Thank you for blog.
Expand Down
2 changes: 1 addition & 1 deletion posts/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: 福宝

***

你可以在 [Github](https://github.com/FuBaooo) 找到我。<br/>
你可以在 [Github](https://github.com/ProsperBao) 找到我。<br/>
邮箱在这里 [[email protected]](mailto:[email protected]).<br />


Expand Down
2 changes: 1 addition & 1 deletion posts/learns/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Learns - FuBaooo
title: Learns - ProsperBao
noBack: true
---

Expand Down
10 changes: 5 additions & 5 deletions posts/projects/index.en.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
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'
link: '/challenges/source'
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:
Expand All @@ -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'
---
Expand Down
10 changes: 5 additions & 5 deletions posts/projects/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
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'
link: '/challenges/source'
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'
挑战:
Expand All @@ -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'
---
Expand Down
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
useHead({
title: 'FuBaooo',
title: 'ProsperBao',
meta: [
{ name: 'description', content: 'FuBaooo\'s personal website' },
{ name: 'description', content: 'ProsperBao\'s personal website' },
{
name: 'theme-color',
content: computed(() => isDark.value ? '#175e9e' : '#ffffff'),
Expand Down
4 changes: 2 additions & 2 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const toggleLocales = () => {
focusable="false"
>
<img class="w-5 h-5 lt-sm:hidden" src="/logo.svg?url" alt="logo">
<span text-xl dark:text-gray-200>FuBaooo</span>
<span text-xl dark:text-gray-200>ProsperBao</span>
</router-link>
<nav dark:text-gray-200 class="nav">
<div class="spacer" />
Expand Down Expand Up @@ -48,7 +48,7 @@ const toggleLocales = () => {
<a class="icon-btn mx-2" :title="t('button.toggle_langs')" @click="toggleLocales">
<div i-carbon-language />
</a>
<a class="icon-btn mx-2" rel="noreferrer" href="https://github.com/FuBaooo" target="_blank" title="GitHub">
<a class="icon-btn mx-2" rel="noreferrer" href="https://github.com/ProsperBao" target="_blank" title="GitHub">
<div i-carbon-logo-github />
</a>
<a
Expand Down

0 comments on commit 44d5e39

Please sign in to comment.