From d35643efd121629a4cb32174487b8fcf7f9d45f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 12 Nov 2021 12:53:48 +0800
Subject: [PATCH 001/175] Update README.md
---
README.md | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 5b443531..1f02ac3c 100755
--- a/README.md
+++ b/README.md
@@ -10,16 +10,25 @@ underscore 系列 8 篇已完结。
ES6 系列 20 篇已完结。
-现在写起了各种单篇……
-
-React 系列还在懒惰中……
-
## 专栏
+* 公众号 搜索「冴羽的JavaScript博客」或者「yayujs」
* [掘金主页](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
-* [segmentfault主页](https://segmentfault.com/u/yayu/articles)
+* [Segmentfault主页](https://segmentfault.com/u/yayu/articles)
* [知乎专栏](https://zhuanlan.zhihu.com/c_1042806379215601664)
-* 新开公众号 搜索「yayujs」 或者 「冴羽的JavaScript博客」
+* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
+
+## 交流
+
+如果有什么问题,欢迎找我交流,微信:mqyqingfeng
+
+## 关于 Issues 图片加载失败的问题
+
+由于图片采用的是 Github 的图床,因为某些不知名的原因,故导致加载失败,如果可以的话,请科学上网
+
+## TypeScript 相关
+
+1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
## 浏览器相关
From 137774b2341c0e12f5b5a46121ff3d8543b0ed39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 16 Nov 2021 17:34:15 +0800
Subject: [PATCH 002/175] Update README.md
---
README.md | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 1f02ac3c..1610546c 100755
--- a/README.md
+++ b/README.md
@@ -2,13 +2,9 @@
## 进度
-JavaScript深入系列 15 篇已完结。
+JavaScript深入系列 15 篇已完结。JavaScript专题系列 20 篇已完结。underscore 系列 8 篇已完结。ES6 系列 20 篇已完结。
-JavaScript专题系列 20 篇已完结。
-
-underscore 系列 8 篇已完结。
-
-ES6 系列 20 篇已完结。
+TypeScript 系列正在更新中。
## 专栏
@@ -29,6 +25,7 @@ ES6 系列 20 篇已完结。
## TypeScript 相关
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
+2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
## 浏览器相关
From ad2b92178a452eeda0bf2ee0a91bf11072adb64b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sun, 21 Nov 2021 12:23:10 +0800
Subject: [PATCH 003/175] Update README.md
---
README.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 1610546c..fb6d87c9 100755
--- a/README.md
+++ b/README.md
@@ -1,31 +1,31 @@
# 冴羽的博客
-## 进度
+## 最新
-JavaScript深入系列 15 篇已完结。JavaScript专题系列 20 篇已完结。underscore 系列 8 篇已完结。ES6 系列 20 篇已完结。
+2021年11月19日 更新 TypeScript 系列文章
-TypeScript 系列正在更新中。
+## 公众号
+
+
+
+只推送自己的原创文章
## 专栏
-* 公众号 搜索「冴羽的JavaScript博客」或者「yayujs」
-* [掘金主页](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
-* [Segmentfault主页](https://segmentfault.com/u/yayu/articles)
-* [知乎专栏](https://zhuanlan.zhihu.com/c_1042806379215601664)
+* [掘金](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
+* [思否](https://segmentfault.com/u/yayu/articles)
+* [知乎](https://zhuanlan.zhihu.com/c_1042806379215601664)
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
## 交流
-如果有什么问题,欢迎找我交流,微信:mqyqingfeng
-
-## 关于 Issues 图片加载失败的问题
-
-由于图片采用的是 Github 的图床,因为某些不知名的原因,故导致加载失败,如果可以的话,请科学上网
+微信:mqyqingfeng
## TypeScript 相关
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
+3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
## 浏览器相关
From 309232d46d568d3c2cc4f8dddc74aca36e9cf79e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sun, 21 Nov 2021 12:27:19 +0800
Subject: [PATCH 004/175] Update README.md
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index fb6d87c9..fb77db2a 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-只推送自己的原创文章
+值得关注的理由:同步推送,只推送自己的原创文章
## 专栏
@@ -21,24 +21,24 @@
微信:mqyqingfeng
-## TypeScript 相关
+## TypeScript 系列
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
-## 浏览器相关
+## 浏览器系列
1. [浏览器系列之 Cookie 和 SameSite 属性](https://github.com/mqyqingfeng/Blog/issues/157)
-## 面试相关
+## 面试系列
1. [淘系前端校招负责人元彦直播答疑文字实录](https://github.com/mqyqingfeng/Blog/issues/167)
2. [业务前端的困境](https://github.com/mqyqingfeng/Blog/issues/172)
3. [前端,社招,面淘宝,指南](https://github.com/mqyqingfeng/Blog/issues/198)
4. [前端,校招,面淘宝,指南](https://github.com/mqyqingfeng/Blog/issues/200)
-## 深入系列目录
+## 深入系列
1. [JavaScript深入之从原型到原型链](https://github.com/mqyqingfeng/Blog/issues/2)
2. [JavaScript深入之词法作用域和动态作用域](https://github.com/mqyqingfeng/Blog/issues/3)
@@ -60,7 +60,7 @@
18. [JavaScript深入之头疼的类型转换(上)](https://github.com/mqyqingfeng/Blog/issues/159)
19. [JavaScript深入之头疼的类型转换(下)](https://github.com/mqyqingfeng/Blog/issues/164)
-## 专题系列目录
+## 专题系列
1. [JavaScript专题之跟着underscore学防抖](https://github.com/mqyqingfeng/Blog/issues/22)
2. [JavaScript专题之跟着underscore学节流](https://github.com/mqyqingfeng/Blog/issues/26)
@@ -85,7 +85,7 @@
21. [JavaScript专题系列20篇正式完结!](https://github.com/mqyqingfeng/Blog/issues/53)
22. [JavaScript专题之花式表示26个字母](https://github.com/mqyqingfeng/Blog/issues/166)
-## underscore 系列目录
+## underscore 系列
1. [underscore 系列之如何写自己的 underscore](https://github.com/mqyqingfeng/Blog/issues/56)
2. [underscore 系列之链式调用](https://github.com/mqyqingfeng/Blog/issues/57)
@@ -97,7 +97,7 @@
8. [underscore 系列之字符实体与 _.escape](https://github.com/mqyqingfeng/Blog/issues/77)
9. [underscore 的源码该如何阅读?](https://github.com/mqyqingfeng/Blog/issues/79)
-## ES6 系列目录
+## ES6 系列
1. [ES6 系列之 let 和 const](https://github.com/mqyqingfeng/Blog/issues/82)
2. [ES6 系列之模板字符串](https://github.com/mqyqingfeng/Blog/issues/84)
From adfa6a285d0964e58b3392a05161c2db339cb08e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sun, 21 Nov 2021 12:38:03 +0800
Subject: [PATCH 005/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fb77db2a..cf827b0e 100755
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
## 交流
-微信:mqyqingfeng
+微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
## TypeScript 系列
From f7788daa1309f1289e99a8649f18751aa7350ae2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 22 Nov 2021 17:40:01 +0800
Subject: [PATCH 006/175] Update README.md
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cf827b0e..61c3fad4 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月19日 更新 TypeScript 系列文章
+2021年11月22日 更新 TypeScript 系列文章
## 公众号
@@ -25,7 +25,8 @@
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
-3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
+3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)'
+4. [TypeScript 之 Generics](https://github.com/mqyqingfeng/Blog/issues/222)
## 浏览器系列
From cb1ecf26e445acce8331d6266966f20b7859620d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 22 Nov 2021 17:40:21 +0800
Subject: [PATCH 007/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 61c3fad4..7bf1f281 100755
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
-3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)'
+3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
4. [TypeScript 之 Generics](https://github.com/mqyqingfeng/Blog/issues/222)
## 浏览器系列
From e93aa5a4931af759b10cbd7c848ab4ac24e409f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 24 Nov 2021 10:38:21 +0800
Subject: [PATCH 008/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7bf1f281..04651da6 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月22日 更新 TypeScript 系列文章
+2021年11月23日 更新 TypeScript 系列文章
## 公众号
@@ -27,6 +27,7 @@
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
4. [TypeScript 之 Generics](https://github.com/mqyqingfeng/Blog/issues/222)
+5. [TypeScript 之 Keyof Type Operator](https://github.com/mqyqingfeng/Blog/issues/223)
## 浏览器系列
From 4b9f5a6515e892d109c720541129c7a270d17bfc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 24 Nov 2021 17:33:03 +0800
Subject: [PATCH 009/175] Update README.md
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 04651da6..89998cb2 100755
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
## 最新
-2021年11月23日 更新 TypeScript 系列文章
+2021年11月24日 更新 TypeScript 系列文章
## 公众号
-值得关注的理由:同步推送,只推送自己的原创文章
+值得关注的理由:同步推送、只发个人原创文章、加我进交流群
## 专栏
@@ -28,6 +28,7 @@
3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
4. [TypeScript 之 Generics](https://github.com/mqyqingfeng/Blog/issues/222)
5. [TypeScript 之 Keyof Type Operator](https://github.com/mqyqingfeng/Blog/issues/223)
+6. [TypeScript 之 Typeof Type Operator](https://github.com/mqyqingfeng/Blog/issues/224)
## 浏览器系列
From 6c8aa96f8192d1a7ec9d76f48e4fe95f3fcb6125 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 25 Nov 2021 18:11:51 +0800
Subject: [PATCH 010/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 89998cb2..c60d96f4 100755
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@
4. [TypeScript 之 Generics](https://github.com/mqyqingfeng/Blog/issues/222)
5. [TypeScript 之 Keyof Type Operator](https://github.com/mqyqingfeng/Blog/issues/223)
6. [TypeScript 之 Typeof Type Operator](https://github.com/mqyqingfeng/Blog/issues/224)
+7. [TypeScript 之 Indexed Access Types](https://github.com/mqyqingfeng/Blog/issues/225)
## 浏览器系列
From 46b86d2aa7c57264c3e4de43e96095a3d0aed180 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 25 Nov 2021 18:12:23 +0800
Subject: [PATCH 011/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c60d96f4..f5ef48f4 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月24日 更新 TypeScript 系列文章
+2021年11月25日 更新 TypeScript 系列文章
## 公众号
From 19c9df8c191d410c92a0fd82de5739e3df77a2fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 25 Nov 2021 18:12:58 +0800
Subject: [PATCH 012/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f5ef48f4..581c1ca4 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-值得关注的理由:同步推送、只发个人原创文章、加我进交流群
+值得关注的理由:同步推送、只发个人原创文章、加我进冴羽唯一的读者交流群
## 专栏
From f3129a6e6188e9eaee090eb77e110e48570ee235 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sat, 27 Nov 2021 11:33:07 +0800
Subject: [PATCH 013/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 581c1ca4..1d5e4758 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月25日 更新 TypeScript 系列文章
+2021年11月25日 翻译 TypeScript4 最新官方文档
## 公众号
From 7456da63ce3f9a1c535adc1c5c000f6f38201c33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sun, 28 Nov 2021 10:33:48 +0800
Subject: [PATCH 014/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1d5e4758..48bfdebc 100755
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
-## TypeScript 系列
+## TypeScript 官方文档翻译
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
From 5e6a2e60877f2bca1cdb7573714ce44924950a03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 29 Nov 2021 17:41:02 +0800
Subject: [PATCH 015/175] Update README.md
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 48bfdebc..f711a861 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月25日 翻译 TypeScript4 最新官方文档
+2021年11月29日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -21,7 +21,7 @@
微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
-## TypeScript 官方文档翻译
+## TypeScript4 官方文档翻译
1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
@@ -30,6 +30,7 @@
5. [TypeScript 之 Keyof Type Operator](https://github.com/mqyqingfeng/Blog/issues/223)
6. [TypeScript 之 Typeof Type Operator](https://github.com/mqyqingfeng/Blog/issues/224)
7. [TypeScript 之 Indexed Access Types](https://github.com/mqyqingfeng/Blog/issues/225)
+8. [TypeScript 之 Conditional Types](https://github.com/mqyqingfeng/Blog/issues/226)
## 浏览器系列
From 7499f3ac9b9f17d9ae48732d1581d3da7f2ab4b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 30 Nov 2021 18:36:47 +0800
Subject: [PATCH 016/175] Update README.md
---
README.md | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index f711a861..6c7717bd 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月29日 翻译 TypeScript4 最新官方文档
+2021年11月30日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -16,6 +16,7 @@
* [思否](https://segmentfault.com/u/yayu/articles)
* [知乎](https://zhuanlan.zhihu.com/c_1042806379215601664)
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
+* [慕课](https://www.imooc.com/u/306841)
## 交流
@@ -23,14 +24,15 @@
## TypeScript4 官方文档翻译
-1. [TypeScript 之 Narrowing](https://github.com/mqyqingfeng/Blog/issues/218)
-2. [TypeScript 之 More on Functions](https://github.com/mqyqingfeng/Blog/issues/220)
-3. [TypeScript 之 Object Type](https://github.com/mqyqingfeng/Blog/issues/221)
-4. [TypeScript 之 Generics](https://github.com/mqyqingfeng/Blog/issues/222)
-5. [TypeScript 之 Keyof Type Operator](https://github.com/mqyqingfeng/Blog/issues/223)
-6. [TypeScript 之 Typeof Type Operator](https://github.com/mqyqingfeng/Blog/issues/224)
-7. [TypeScript 之 Indexed Access Types](https://github.com/mqyqingfeng/Blog/issues/225)
-8. [TypeScript 之 Conditional Types](https://github.com/mqyqingfeng/Blog/issues/226)
+1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
+1. [TypeScript之类型收窄](https://github.com/mqyqingfeng/Blog/issues/218)
+1. [TypeScript之函数](https://github.com/mqyqingfeng/Blog/issues/220)
+1. [TypeScript之对象类型](https://github.com/mqyqingfeng/Blog/issues/221)
+1. [TypeScript之泛型](https://github.com/mqyqingfeng/Blog/issues/222)
+1. [TypeScript之Keyof 操作符](https://github.com/mqyqingfeng/Blog/issues/223)
+1. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
+1. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
+1. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
## 浏览器系列
From 5b16d9aa28a8d0952653880630beb1ff971cb304 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 1 Dec 2021 22:04:48 +0800
Subject: [PATCH 017/175] Update README.md
---
README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 6c7717bd..bd07e17a 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年11月30日 翻译 TypeScript4 最新官方文档
+2021年12月1日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -25,14 +25,15 @@
## TypeScript4 官方文档翻译
1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
-1. [TypeScript之类型收窄](https://github.com/mqyqingfeng/Blog/issues/218)
-1. [TypeScript之函数](https://github.com/mqyqingfeng/Blog/issues/220)
-1. [TypeScript之对象类型](https://github.com/mqyqingfeng/Blog/issues/221)
-1. [TypeScript之泛型](https://github.com/mqyqingfeng/Blog/issues/222)
-1. [TypeScript之Keyof 操作符](https://github.com/mqyqingfeng/Blog/issues/223)
-1. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
-1. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
-1. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
+2. [TypeScript 之常见类型(上)](https://github.com/mqyqingfeng/Blog/issues/228)
+3. [TypeScript之类型收窄](https://github.com/mqyqingfeng/Blog/issues/218)
+4. [TypeScript之函数](https://github.com/mqyqingfeng/Blog/issues/220)
+5. [TypeScript之对象类型](https://github.com/mqyqingfeng/Blog/issues/221)
+6. [TypeScript之泛型](https://github.com/mqyqingfeng/Blog/issues/222)
+7. [TypeScript之Keyof 操作符](https://github.com/mqyqingfeng/Blog/issues/223)
+8. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
+9. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
+10. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
## 浏览器系列
From fabd17c016e3f853b263573ee73f06b9e5e710f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 2 Dec 2021 23:07:29 +0800
Subject: [PATCH 018/175] Update README.md
---
README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index bd07e17a..0b502931 100755
--- a/README.md
+++ b/README.md
@@ -25,15 +25,16 @@
## TypeScript4 官方文档翻译
1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
-2. [TypeScript 之常见类型(上)](https://github.com/mqyqingfeng/Blog/issues/228)
-3. [TypeScript之类型收窄](https://github.com/mqyqingfeng/Blog/issues/218)
-4. [TypeScript之函数](https://github.com/mqyqingfeng/Blog/issues/220)
-5. [TypeScript之对象类型](https://github.com/mqyqingfeng/Blog/issues/221)
-6. [TypeScript之泛型](https://github.com/mqyqingfeng/Blog/issues/222)
-7. [TypeScript之Keyof 操作符](https://github.com/mqyqingfeng/Blog/issues/223)
-8. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
-9. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
-10. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
+2. [TypeScript之常见类型(上)](https://github.com/mqyqingfeng/Blog/issues/228)
+3. [TypeScript之常见类型(下)](https://github.com/mqyqingfeng/Blog/issues/229)
+4. [TypeScript之类型收窄](https://github.com/mqyqingfeng/Blog/issues/218)
+5. [TypeScript之函数](https://github.com/mqyqingfeng/Blog/issues/220)
+6. [TypeScript之对象类型](https://github.com/mqyqingfeng/Blog/issues/221)
+7. [TypeScript之泛型](https://github.com/mqyqingfeng/Blog/issues/222)
+8. [TypeScript之Keyof 操作符](https://github.com/mqyqingfeng/Blog/issues/223)
+9. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
+10. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
+11. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
## 浏览器系列
From 2e11a113db85ff05333d9bef2c10873b04a47efd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 6 Dec 2021 18:17:29 +0800
Subject: [PATCH 019/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0b502931..5e85b34b 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月1日 翻译 TypeScript4 最新官方文档
+2021年12月6日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -35,6 +35,7 @@
9. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
10. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
11. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
+12. [TypeScript 之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
## 浏览器系列
From 67b96b65a9a7803ba8fd771f04114f05cb375cfe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 6 Dec 2021 18:17:46 +0800
Subject: [PATCH 020/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5e85b34b..c0dadfe5 100755
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@
9. [TypeScript之Typeof 操作符](https://github.com/mqyqingfeng/Blog/issues/224)
10. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
11. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
-12. [TypeScript 之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
+12. [TypeScript之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
## 浏览器系列
From 70c95ae2315ced0c0608792b169250c2fafb292d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 7 Dec 2021 18:05:58 +0800
Subject: [PATCH 021/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c0dadfe5..2573dcf8 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月6日 翻译 TypeScript4 最新官方文档
+2021年12月7日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -36,6 +36,7 @@
10. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
11. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
12. [TypeScript之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
+13. [TypeScript 之模板字面量类型](https://github.com/mqyqingfeng/Blog/issues/231)
## 浏览器系列
From 194b645530e1adcb15d42e1b18d1da5fa4982a9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 7 Dec 2021 18:06:14 +0800
Subject: [PATCH 022/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2573dcf8..8038f989 100755
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
10. [TypeScript之索引访问类型](https://github.com/mqyqingfeng/Blog/issues/225)
11. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
12. [TypeScript之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
-13. [TypeScript 之模板字面量类型](https://github.com/mqyqingfeng/Blog/issues/231)
+13. [TypeScript之模板字面量类型](https://github.com/mqyqingfeng/Blog/issues/231)
## 浏览器系列
From ecc31b1bb9d44080d42842c551734f842bb9beef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 8 Dec 2021 20:16:55 +0800
Subject: [PATCH 023/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8038f989..0b4a5686 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月7日 翻译 TypeScript4 最新官方文档
+2021年12月8日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -37,6 +37,7 @@
11. [TypeScript之条件类型](https://github.com/mqyqingfeng/Blog/issues/226)
12. [TypeScript之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
13. [TypeScript之模板字面量类型](https://github.com/mqyqingfeng/Blog/issues/231)
+14. [TypeScript之类(上)](https://github.com/mqyqingfeng/Blog/issues/232)
## 浏览器系列
From d52a6553c67316c0ed3695febf48c7dd0d0b97e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 9 Dec 2021 19:46:05 +0800
Subject: [PATCH 024/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0b4a5686..63a49c1e 100755
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@
12. [TypeScript之映射类型](https://github.com/mqyqingfeng/Blog/issues/230)
13. [TypeScript之模板字面量类型](https://github.com/mqyqingfeng/Blog/issues/231)
14. [TypeScript之类(上)](https://github.com/mqyqingfeng/Blog/issues/232)
+15. [TypeScript之类(下)](https://github.com/mqyqingfeng/Blog/issues/233)
## 浏览器系列
From 4eb892abf4bb7132fd56897766dd3f8651688f96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 9 Dec 2021 22:22:21 +0800
Subject: [PATCH 025/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 63a49c1e..257e5908 100755
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@
13. [TypeScript之模板字面量类型](https://github.com/mqyqingfeng/Blog/issues/231)
14. [TypeScript之类(上)](https://github.com/mqyqingfeng/Blog/issues/232)
15. [TypeScript之类(下)](https://github.com/mqyqingfeng/Blog/issues/233)
+16. [TypeScript之模块](https://github.com/mqyqingfeng/Blog/issues/234)
## 浏览器系列
From fef9ae042dc20b109e9af23ede3e88e94d92fae6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 13 Dec 2021 18:36:56 +0800
Subject: [PATCH 026/175] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 257e5908..8218d1e5 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月8日 翻译 TypeScript4 最新官方文档
+2021年12月13日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -41,6 +41,10 @@
15. [TypeScript之类(下)](https://github.com/mqyqingfeng/Blog/issues/233)
16. [TypeScript之模块](https://github.com/mqyqingfeng/Blog/issues/234)
+## 博客搭建
+
+1. [一篇带你用 VuePress + Github Pages 搭建博客](https://github.com/mqyqingfeng/Blog/issues/235)
+
## 浏览器系列
1. [浏览器系列之 Cookie 和 SameSite 属性](https://github.com/mqyqingfeng/Blog/issues/157)
From a1891fed778fa9911ad9c195197cccfcd995c5b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 15 Dec 2021 18:15:30 +0800
Subject: [PATCH 027/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8218d1e5..d94cfafc 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月13日 翻译 TypeScript4 最新官方文档
+2021年12月15日 翻译 TypeScript4 最新官方文档
## 公众号
@@ -44,6 +44,7 @@
## 博客搭建
1. [一篇带你用 VuePress + Github Pages 搭建博客](https://github.com/mqyqingfeng/Blog/issues/235)
+2. [一篇教你代码同步 Github 和 Gitee](https://github.com/mqyqingfeng/Blog/issues/236)
## 浏览器系列
From 28041cbce2a15710fc1eddbdbd534f418cf8228d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 17 Dec 2021 18:42:10 +0800
Subject: [PATCH 028/175] Update README.md
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d94cfafc..45a6c283 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月15日 翻译 TypeScript4 最新官方文档
+2021年12月17日 更新博客搭建相关
## 公众号
@@ -43,8 +43,9 @@
## 博客搭建
-1. [一篇带你用 VuePress + Github Pages 搭建博客](https://github.com/mqyqingfeng/Blog/issues/235)
-2. [一篇教你代码同步 Github 和 Gitee](https://github.com/mqyqingfeng/Blog/issues/236)
+1. [一篇带你用 VuePress + GitHub Pages 搭建博客](https://github.com/mqyqingfeng/Blog/issues/235)
+2. [一篇教你代码同步 GitHub 和 Gitee](https://github.com/mqyqingfeng/Blog/issues/236)
+3. [还不会用 GitHub Actions ?看看这篇](https://github.com/mqyqingfeng/Blog/issues/237)
## 浏览器系列
From 6d86ef638ee0d526811d00b8d5a8635775030f73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 20 Dec 2021 17:57:41 +0800
Subject: [PATCH 029/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 45a6c283..9ca9f43d 100755
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@
1. [一篇带你用 VuePress + GitHub Pages 搭建博客](https://github.com/mqyqingfeng/Blog/issues/235)
2. [一篇教你代码同步 GitHub 和 Gitee](https://github.com/mqyqingfeng/Blog/issues/236)
3. [还不会用 GitHub Actions ?看看这篇](https://github.com/mqyqingfeng/Blog/issues/237)
+4. [Gitee 如何自动部署 Pages?还是用 GitHub Actions!](https://github.com/mqyqingfeng/Blog/issues/238)
## 浏览器系列
From 7dbb41119d0d201b5301db44817d46e5e7009090 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 20 Dec 2021 17:57:56 +0800
Subject: [PATCH 030/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9ca9f43d..2d3d7da8 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月17日 更新博客搭建相关
+2021年12月20日 更新博客搭建相关
## 公众号
From bc7530bdf372415eb6d148354bd9afa418321bc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 21 Dec 2021 18:18:08 +0800
Subject: [PATCH 031/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2d3d7da8..f5f91344 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月20日 更新博客搭建相关
+2021年12月21日 更新博客搭建相关
## 公众号
@@ -47,6 +47,7 @@
2. [一篇教你代码同步 GitHub 和 Gitee](https://github.com/mqyqingfeng/Blog/issues/236)
3. [还不会用 GitHub Actions ?看看这篇](https://github.com/mqyqingfeng/Blog/issues/237)
4. [Gitee 如何自动部署 Pages?还是用 GitHub Actions!](https://github.com/mqyqingfeng/Blog/issues/238)
+5. [一份前端够用的 Linux 命令](https://github.com/mqyqingfeng/Blog/issues/239)
## 浏览器系列
From 237cc827e82097bf3897fbc6be97496b6b30bcc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 23 Dec 2021 16:01:45 +0800
Subject: [PATCH 032/175] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index f5f91344..719cc500 100755
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
2021年12月21日 更新博客搭建相关
+## 支持一下
+
+[创作不易,如果可以的话,希望能在掘金给我投一下票,今日可投 4 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
+
## 公众号
From 0e711723da37f7bd26484968a19f392c3f8cd336 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 24 Dec 2021 16:40:17 +0800
Subject: [PATCH 033/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 719cc500..60a71e54 100755
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## 支持一下
-[创作不易,如果可以的话,希望能在掘金给我投一下票,今日可投 4 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
+[创作不易,如果可以的话,希望能在掘金给我投一下票,今日可投 8 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
## 公众号
From 2c41536f96707261e84f4a3b71afc7dc79b20b05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 27 Dec 2021 10:57:19 +0800
Subject: [PATCH 034/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 60a71e54..3f3e30b0 100755
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## 支持一下
-[创作不易,如果可以的话,希望能在掘金给我投一下票,今日可投 8 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
+[创作不易,如果可以的话,希望能在掘金给我投一下票,今日可投 20 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
## 公众号
From 8306d43853d5ff3c0f2d76b7234e3a40b479c916 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 29 Dec 2021 15:58:40 +0800
Subject: [PATCH 035/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3f3e30b0..a05e55dd 100755
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## 支持一下
-[创作不易,如果可以的话,希望能在掘金给我投一下票,今日可投 20 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
+[创作不易,如果对你有帮助的话,希望能在掘金给我投一下票,今日可投 28 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
## 公众号
From 445cefbb6f7d96b1bf2bb9bac5f618d239cec2a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 31 Dec 2021 13:32:50 +0800
Subject: [PATCH 036/175] Update README.md
---
README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.md b/README.md
index a05e55dd..f5f91344 100755
--- a/README.md
+++ b/README.md
@@ -4,10 +4,6 @@
2021年12月21日 更新博客搭建相关
-## 支持一下
-
-[创作不易,如果对你有帮助的话,希望能在掘金给我投一下票,今日可投 28 票](https://rank.juejin.cn/rank/2021/712139234359182?utm_campaign=annual_2021&utm_medium=self_web_share&utm_source=%E5%86%B4%E7%BE%BD)
-
## 公众号
From ffc44c6e4d64529884f5d27053d3a1abe9b3b01e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 3 Jan 2022 20:19:44 +0800
Subject: [PATCH 037/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f5f91344..b0b791c4 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2021年12月21日 更新博客搭建相关
+2022年1月3日 更新博客搭建相关文章
## 公众号
@@ -48,6 +48,7 @@
3. [还不会用 GitHub Actions ?看看这篇](https://github.com/mqyqingfeng/Blog/issues/237)
4. [Gitee 如何自动部署 Pages?还是用 GitHub Actions!](https://github.com/mqyqingfeng/Blog/issues/238)
5. [一份前端够用的 Linux 命令](https://github.com/mqyqingfeng/Blog/issues/239)
+6. [一份简单够用的 Nginx Location 配置讲解](https://github.com/mqyqingfeng/Blog/issues/242)
## 浏览器系列
From 819446427904b78f9063110e0e525d2f0d31acfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 4 Jan 2022 22:13:54 +0800
Subject: [PATCH 038/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b0b791c4..9c1fa735 100755
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
-## TypeScript4 官方文档翻译
+## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
2. [TypeScript之常见类型(上)](https://github.com/mqyqingfeng/Blog/issues/228)
From 22ed868825ae7c342cef6ff1a889aa82eeb343b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 5 Jan 2022 19:22:57 +0800
Subject: [PATCH 039/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9c1fa735..788d09d2 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月3日 更新博客搭建相关文章
+2022年1月5日 更新博客搭建相关文章
## 公众号
@@ -40,6 +40,7 @@
14. [TypeScript之类(上)](https://github.com/mqyqingfeng/Blog/issues/232)
15. [TypeScript之类(下)](https://github.com/mqyqingfeng/Blog/issues/233)
16. [TypeScript之模块](https://github.com/mqyqingfeng/Blog/issues/234)
+17. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
## 博客搭建
From 16ce86d7ae1fddd58e233e45f6e1694bbb17bbd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 5 Jan 2022 19:23:19 +0800
Subject: [PATCH 040/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 788d09d2..e1e9cd5a 100755
--- a/README.md
+++ b/README.md
@@ -40,7 +40,6 @@
14. [TypeScript之类(上)](https://github.com/mqyqingfeng/Blog/issues/232)
15. [TypeScript之类(下)](https://github.com/mqyqingfeng/Blog/issues/233)
16. [TypeScript之模块](https://github.com/mqyqingfeng/Blog/issues/234)
-17. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
## 博客搭建
@@ -50,6 +49,7 @@
4. [Gitee 如何自动部署 Pages?还是用 GitHub Actions!](https://github.com/mqyqingfeng/Blog/issues/238)
5. [一份前端够用的 Linux 命令](https://github.com/mqyqingfeng/Blog/issues/239)
6. [一份简单够用的 Nginx Location 配置讲解](https://github.com/mqyqingfeng/Blog/issues/242)
+7. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
## 浏览器系列
From 014e2546a629cad5278791ae6953a1edf57a38d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 7 Jan 2022 17:25:16 +0800
Subject: [PATCH 041/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e1e9cd5a..6ee5fe24 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月5日 更新博客搭建相关文章
+2022年1月7日 更新博客搭建相关文章
## 公众号
@@ -50,6 +50,7 @@
5. [一份前端够用的 Linux 命令](https://github.com/mqyqingfeng/Blog/issues/239)
6. [一份简单够用的 Nginx Location 配置讲解](https://github.com/mqyqingfeng/Blog/issues/242)
7. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
+8. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
## 浏览器系列
From 938622643ef9c22098a48481952e94e5975ca888 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 10 Jan 2022 17:57:55 +0800
Subject: [PATCH 042/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 6ee5fe24..1cbf2c73 100755
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@
6. [一份简单够用的 Nginx Location 配置讲解](https://github.com/mqyqingfeng/Blog/issues/242)
7. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
8. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
+9. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
## 浏览器系列
From 829f3e2f8ed2f68d77730fef0fbbb6ab5755b67e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 10 Jan 2022 17:58:06 +0800
Subject: [PATCH 043/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1cbf2c73..66390704 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月7日 更新博客搭建相关文章
+2022年1月10日 更新博客搭建相关文章
## 公众号
From f14a714be36d455c1925e4bd685bcbae6d66fc99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 11 Jan 2022 18:53:40 +0800
Subject: [PATCH 044/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 66390704..21008e42 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月10日 更新博客搭建相关文章
+2022年1月11日 更新博客搭建相关文章
## 公众号
@@ -52,6 +52,7 @@
7. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
8. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
9. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
+10.[VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
## 浏览器系列
From 63166bbdb45294aecbc51587d28376a50ca8d8e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 11 Jan 2022 18:54:07 +0800
Subject: [PATCH 045/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21008e42..c5cd5fdf 100755
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@
7. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
8. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
9. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
-10.[VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
+10. [VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
## 浏览器系列
From a4729593c04026bbd0db96058ec5eee9979d9aa2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 12 Jan 2022 18:04:47 +0800
Subject: [PATCH 046/175] Update README.md
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index c5cd5fdf..f99af709 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月11日 更新博客搭建相关文章
+2022年1月12日 更新博客搭建相关文章
## 公众号
@@ -50,9 +50,10 @@
5. [一份前端够用的 Linux 命令](https://github.com/mqyqingfeng/Blog/issues/239)
6. [一份简单够用的 Nginx Location 配置讲解](https://github.com/mqyqingfeng/Blog/issues/242)
7. [一篇教你博客如何部署到自己的服务器](https://github.com/mqyqingfeng/Blog/issues/243)
-8. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
-9. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
-10. [VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
+8. [一篇域名从购买到备案到解析的详细教程](https://github.com/mqyqingfeng/Blog/issues/247)
+9. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
+10. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
+11. [VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
## 浏览器系列
From 8adac88a876d5ea86ba6e2f96bdef732133805c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 14 Jan 2022 10:48:44 +0800
Subject: [PATCH 047/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f99af709..a2305160 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月12日 更新博客搭建相关文章
+2022年1月13日 更新博客搭建相关文章
## 公众号
@@ -54,6 +54,7 @@
9. [VuePress 博客优化之 last updated 最后更新时间如何设置](https://github.com/mqyqingfeng/Blog/issues/244)
10. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
11. [VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
+12. [VuePress 博客优化之开启 Gzip 压缩](https://github.com/mqyqingfeng/Blog/issues/248)
## 浏览器系列
From e4b2c7ee862e0355829f11f3ecf2e3721458c047 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 14 Jan 2022 17:25:23 +0800
Subject: [PATCH 048/175] vuepress-plugin-code-copy
---
.../vuepress-plugin-code-copy/CodeCopy.vue | 56 +++++++++++++++++++
.../clientRootMixin.js | 18 ++++++
.../vuepress-plugin-code-copy/index.js | 12 ++++
.../vuepress-plugin-code-copy/package.json | 11 ++++
4 files changed, 97 insertions(+)
create mode 100644 demos/VuePress/vuepress-plugin-code-copy/CodeCopy.vue
create mode 100644 demos/VuePress/vuepress-plugin-code-copy/clientRootMixin.js
create mode 100644 demos/VuePress/vuepress-plugin-code-copy/index.js
create mode 100644 demos/VuePress/vuepress-plugin-code-copy/package.json
diff --git a/demos/VuePress/vuepress-plugin-code-copy/CodeCopy.vue b/demos/VuePress/vuepress-plugin-code-copy/CodeCopy.vue
new file mode 100644
index 00000000..0341c763
--- /dev/null
+++ b/demos/VuePress/vuepress-plugin-code-copy/CodeCopy.vue
@@ -0,0 +1,56 @@
+
+ {{ buttonText }}
+
+
+
+
+
diff --git a/demos/VuePress/vuepress-plugin-code-copy/clientRootMixin.js b/demos/VuePress/vuepress-plugin-code-copy/clientRootMixin.js
new file mode 100644
index 00000000..4bb91eb6
--- /dev/null
+++ b/demos/VuePress/vuepress-plugin-code-copy/clientRootMixin.js
@@ -0,0 +1,18 @@
+import CodeCopy from './CodeCopy.vue'
+import Vue from 'vue'
+
+export default {
+ updated() {
+ setTimeout(() => {
+ document.querySelectorAll('div[class*="language-"] pre').forEach(el => {
+ if (el.classList.contains('code-copy-added')) return
+ let ComponentClass = Vue.extend(CodeCopy)
+ let instance = new ComponentClass()
+ instance.code = el.innerText
+ instance.$mount()
+ el.classList.add('code-copy-added')
+ el.appendChild(instance.$el)
+ })
+ }, 100)
+ }
+}
diff --git a/demos/VuePress/vuepress-plugin-code-copy/index.js b/demos/VuePress/vuepress-plugin-code-copy/index.js
new file mode 100644
index 00000000..efa72e55
--- /dev/null
+++ b/demos/VuePress/vuepress-plugin-code-copy/index.js
@@ -0,0 +1,12 @@
+const path = require('path');
+
+module.exports = (options, ctx) => {
+ return {
+ name: 'vuepress-plugin-code-copy',
+ define: {
+ copybuttonText: options.copybuttonText || 'copy',
+ copiedButtonText: options.copiedButtonText || "copied!"
+ },
+ clientRootMixin: path.resolve(__dirname, 'clientRootMixin.js')
+ }
+ }
\ No newline at end of file
diff --git a/demos/VuePress/vuepress-plugin-code-copy/package.json b/demos/VuePress/vuepress-plugin-code-copy/package.json
new file mode 100644
index 00000000..99195920
--- /dev/null
+++ b/demos/VuePress/vuepress-plugin-code-copy/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "vuepress-plugin-code-copy",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC"
+}
From c78308e70da03137423314757e3f810744625597 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 14 Jan 2022 17:50:32 +0800
Subject: [PATCH 049/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a2305160..79fae71f 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月13日 更新博客搭建相关文章
+2022年1月14日 更新博客搭建相关文章
## 公众号
@@ -55,6 +55,7 @@
10. [VuePress 博客优化之添加数据统计功能](https://github.com/mqyqingfeng/Blog/issues/245)
11. [VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
12. [VuePress 博客优化之开启 Gzip 压缩](https://github.com/mqyqingfeng/Blog/issues/248)
+13. [从零实现一个 VuePress 插件](https://github.com/mqyqingfeng/Blog/issues/250)
## 浏览器系列
From 5fce8e056f45122f48292b8309da5e44c9973666 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 18 Jan 2022 18:23:16 +0800
Subject: [PATCH 050/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 79fae71f..e04a6e57 100755
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@
11. [VuePress 博客优化之开启 HTTPS](https://github.com/mqyqingfeng/Blog/issues/246)
12. [VuePress 博客优化之开启 Gzip 压缩](https://github.com/mqyqingfeng/Blog/issues/248)
13. [从零实现一个 VuePress 插件](https://github.com/mqyqingfeng/Blog/issues/250)
+14. [VuePress 博客优化之拓展 Markdown 语法](https://github.com/mqyqingfeng/Blog/issues/251)
## 浏览器系列
From 912b3dabaa15c5c2fdb52a735c414fe8d0f981b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 18 Jan 2022 18:23:33 +0800
Subject: [PATCH 051/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e04a6e57..36dc3cee 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月14日 更新博客搭建相关文章
+2022年1月18日 更新博客搭建相关文章
## 公众号
From 007f130979d48cbb346fb3312642f3117f397bc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 19 Jan 2022 19:36:08 +0800
Subject: [PATCH 052/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 36dc3cee..1baf82d4 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月18日 更新博客搭建相关文章
+2022年1月19日 更新博客搭建相关文章
## 公众号
@@ -57,6 +57,7 @@
12. [VuePress 博客优化之开启 Gzip 压缩](https://github.com/mqyqingfeng/Blog/issues/248)
13. [从零实现一个 VuePress 插件](https://github.com/mqyqingfeng/Blog/issues/250)
14. [VuePress 博客优化之拓展 Markdown 语法](https://github.com/mqyqingfeng/Blog/issues/251)
+15. [markdown-it 原理解析](https://github.com/mqyqingfeng/Blog/issues/252)
## 浏览器系列
From e3c87394c725fb8f76c204ffa87afe95c67f6bef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 20 Jan 2022 20:07:23 +0800
Subject: [PATCH 053/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1baf82d4..233f685f 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月19日 更新博客搭建相关文章
+2022年1月20日 更新博客搭建相关文章
## 公众号
@@ -58,6 +58,7 @@
13. [从零实现一个 VuePress 插件](https://github.com/mqyqingfeng/Blog/issues/250)
14. [VuePress 博客优化之拓展 Markdown 语法](https://github.com/mqyqingfeng/Blog/issues/251)
15. [markdown-it 原理解析](https://github.com/mqyqingfeng/Blog/issues/252)
+16. [markdown-it 插件如何写(一)](https://github.com/mqyqingfeng/Blog/issues/253)
## 浏览器系列
From cd2f9ba043297dfa168500ce5cc462495fbfd3f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 21 Jan 2022 18:03:46 +0800
Subject: [PATCH 054/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 233f685f..dbcfb97b 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月20日 更新博客搭建相关文章
+2022年1月21日 更新博客搭建相关文章
## 公众号
@@ -59,6 +59,7 @@
14. [VuePress 博客优化之拓展 Markdown 语法](https://github.com/mqyqingfeng/Blog/issues/251)
15. [markdown-it 原理解析](https://github.com/mqyqingfeng/Blog/issues/252)
16. [markdown-it 插件如何写(一)](https://github.com/mqyqingfeng/Blog/issues/253)
+17. [markdown-it 插件如何写(二)](https://github.com/mqyqingfeng/Blog/issues/254)
## 浏览器系列
From 13caad317417ee9796bbdfbfe47a433107d2097f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 24 Jan 2022 17:42:38 +0800
Subject: [PATCH 055/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index dbcfb97b..5200a4f4 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月21日 更新博客搭建相关文章
+2022年1月24日 更新博客搭建相关文章
## 公众号
@@ -60,6 +60,7 @@
15. [markdown-it 原理解析](https://github.com/mqyqingfeng/Blog/issues/252)
16. [markdown-it 插件如何写(一)](https://github.com/mqyqingfeng/Blog/issues/253)
17. [markdown-it 插件如何写(二)](https://github.com/mqyqingfeng/Blog/issues/254)
+18. [markdown-it 插件如何写(三)](https://github.com/mqyqingfeng/Blog/issues/255)
## 浏览器系列
From 5d20fc737d42940cc7e5ac7e95650f4edef9077d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 25 Jan 2022 19:04:06 +0800
Subject: [PATCH 056/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5200a4f4..13b91b12 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月24日 更新博客搭建相关文章
+2022年1月25日 更新博客搭建相关文章
## 公众号
@@ -61,6 +61,7 @@
16. [markdown-it 插件如何写(一)](https://github.com/mqyqingfeng/Blog/issues/253)
17. [markdown-it 插件如何写(二)](https://github.com/mqyqingfeng/Blog/issues/254)
18. [markdown-it 插件如何写(三)](https://github.com/mqyqingfeng/Blog/issues/255)
+19. [有的时候我觉得我不会 Markdown](https://github.com/mqyqingfeng/Blog/issues/256)
## 浏览器系列
From c86fc5ddce64354018f65d485942ade63e5266cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 26 Jan 2022 22:53:41 +0800
Subject: [PATCH 057/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 13b91b12..bcb25c66 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月25日 更新博客搭建相关文章
+2022年1月26日 更新博客搭建相关文章
## 公众号
@@ -62,6 +62,7 @@
17. [markdown-it 插件如何写(二)](https://github.com/mqyqingfeng/Blog/issues/254)
18. [markdown-it 插件如何写(三)](https://github.com/mqyqingfeng/Blog/issues/255)
19. [有的时候我觉得我不会 Markdown](https://github.com/mqyqingfeng/Blog/issues/256)
+20. [VuePress 博客优化之中文锚点跳转问题](https://github.com/mqyqingfeng/Blog/issues/259)
## 浏览器系列
From 2423b2be709f29284cc86d71174f0dc73d85a788 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 15 Feb 2022 18:10:34 +0800
Subject: [PATCH 058/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bcb25c66..a08a8a8d 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年1月26日 更新博客搭建相关文章
+2022年2月15日 更新博客搭建相关文章
## 公众号
@@ -63,6 +63,7 @@
18. [markdown-it 插件如何写(三)](https://github.com/mqyqingfeng/Blog/issues/255)
19. [有的时候我觉得我不会 Markdown](https://github.com/mqyqingfeng/Blog/issues/256)
20. [VuePress 博客优化之中文锚点跳转问题](https://github.com/mqyqingfeng/Blog/issues/259)
+21. [搭建 VuePress 博客,你可能会用到的一些插件](https://github.com/mqyqingfeng/Blog/issues/261)
## 浏览器系列
From f16dd0168feb0d4713d781e54cc941d04d07b1b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 16 Feb 2022 18:35:54 +0800
Subject: [PATCH 059/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a08a8a8d..ffb7bf96 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年2月15日 更新博客搭建相关文章
+2022年2月16日 更新博客搭建相关文章
## 公众号
@@ -64,6 +64,7 @@
19. [有的时候我觉得我不会 Markdown](https://github.com/mqyqingfeng/Blog/issues/256)
20. [VuePress 博客优化之中文锚点跳转问题](https://github.com/mqyqingfeng/Blog/issues/259)
21. [搭建 VuePress 博客,你可能会用到的一些插件](https://github.com/mqyqingfeng/Blog/issues/261)
+22. [VuePress 博客如何开启本地 HTTPS 访问](https://github.com/mqyqingfeng/Blog/issues/262)
## 浏览器系列
From 84c353a81f0cde5a7dde62ca699dfc9bf13c02ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 17 Feb 2022 20:27:28 +0800
Subject: [PATCH 060/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ffb7bf96..5dc9708f 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022年2月16日 更新博客搭建相关文章
+2022年2月17日 更新博客搭建相关文章
## 公众号
@@ -65,6 +65,7 @@
20. [VuePress 博客优化之中文锚点跳转问题](https://github.com/mqyqingfeng/Blog/issues/259)
21. [搭建 VuePress 博客,你可能会用到的一些插件](https://github.com/mqyqingfeng/Blog/issues/261)
22. [VuePress 博客如何开启本地 HTTPS 访问](https://github.com/mqyqingfeng/Blog/issues/262)
+23. [VuePress 博客优化之兼容 PWA](https://github.com/mqyqingfeng/Blog/issues/263)
## 浏览器系列
From 235c54c5bbf461e5fa8f58789b0930a826b06b08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 1 Mar 2022 21:04:23 +0800
Subject: [PATCH 061/175] Update README.md
---
README.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 5dc9708f..ec61ba70 100755
--- a/README.md
+++ b/README.md
@@ -2,13 +2,15 @@
## 最新
-2022年2月17日 更新博客搭建相关文章
+2022 年 3 月 1 日 更新博客搭建相关文章
## 公众号
-
-
-值得关注的理由:同步推送、只发个人原创文章、加我进冴羽唯一的读者交流群
+|微信(冴羽本人)|公众号|
+|:----:|:----:|
+|
|
|
+|mqyqingfeng|冴羽的 JavaScript 博客|
+|进冴羽的读者群|文章同步更新|
## 专栏
@@ -18,10 +20,6 @@
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
* [慕课](https://www.imooc.com/u/306841)
-## 交流
-
-微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
-
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
@@ -66,6 +64,7 @@
21. [搭建 VuePress 博客,你可能会用到的一些插件](https://github.com/mqyqingfeng/Blog/issues/261)
22. [VuePress 博客如何开启本地 HTTPS 访问](https://github.com/mqyqingfeng/Blog/issues/262)
23. [VuePress 博客优化之兼容 PWA](https://github.com/mqyqingfeng/Blog/issues/263)
+24. [VuePress 博客优化之开启 Algolia 全文搜索](https://github.com/mqyqingfeng/Blog/issues/267)
## 浏览器系列
From 70b2f9b1bb8ee9f14a3ceb07221f58667f00494f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 2 Mar 2022 20:14:32 +0800
Subject: [PATCH 062/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ec61ba70..77b3acda 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 1 日 更新博客搭建相关文章
+2022 年 3 月 2 日 更新博客搭建相关文章
## 公众号
@@ -65,6 +65,7 @@
22. [VuePress 博客如何开启本地 HTTPS 访问](https://github.com/mqyqingfeng/Blog/issues/262)
23. [VuePress 博客优化之兼容 PWA](https://github.com/mqyqingfeng/Blog/issues/263)
24. [VuePress 博客优化之开启 Algolia 全文搜索](https://github.com/mqyqingfeng/Blog/issues/267)
+25. [VuePress 博客优化之增加 Valine 评论功能](https://github.com/mqyqingfeng/Blog/issues/268)
## 浏览器系列
From eba185862e72e0dc1ecfaa65d95450232bceee47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 3 Mar 2022 18:52:52 +0800
Subject: [PATCH 063/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 77b3acda..c17b8a07 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 2 日 更新博客搭建相关文章
+2022 年 3 月 3 日 更新博客搭建相关文章
## 公众号
@@ -66,6 +66,7 @@
23. [VuePress 博客优化之兼容 PWA](https://github.com/mqyqingfeng/Blog/issues/263)
24. [VuePress 博客优化之开启 Algolia 全文搜索](https://github.com/mqyqingfeng/Blog/issues/267)
25. [VuePress 博客优化之增加 Valine 评论功能](https://github.com/mqyqingfeng/Blog/issues/268)
+26. [VuePress 博客优化之增加 Vssue 评论功能](https://github.com/mqyqingfeng/Blog/issues/270)
## 浏览器系列
From 00f7f33659863041c36a467e81f28f71f6a3a9f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 7 Mar 2022 17:52:32 +0800
Subject: [PATCH 064/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c17b8a07..aa1bf86a 100755
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@
24. [VuePress 博客优化之开启 Algolia 全文搜索](https://github.com/mqyqingfeng/Blog/issues/267)
25. [VuePress 博客优化之增加 Valine 评论功能](https://github.com/mqyqingfeng/Blog/issues/268)
26. [VuePress 博客优化之增加 Vssue 评论功能](https://github.com/mqyqingfeng/Blog/issues/270)
+27. [VuePress 博客之 SEO 优化(一)之 sitemap 与搜索引擎收录](https://github.com/mqyqingfeng/Blog/issues/272)
## 浏览器系列
From cd4cf1acd83006617b31fd75aaf1eda355f01148 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 7 Mar 2022 18:00:02 +0800
Subject: [PATCH 065/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aa1bf86a..430b42f1 100755
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@
24. [VuePress 博客优化之开启 Algolia 全文搜索](https://github.com/mqyqingfeng/Blog/issues/267)
25. [VuePress 博客优化之增加 Valine 评论功能](https://github.com/mqyqingfeng/Blog/issues/268)
26. [VuePress 博客优化之增加 Vssue 评论功能](https://github.com/mqyqingfeng/Blog/issues/270)
-27. [VuePress 博客之 SEO 优化(一)之 sitemap 与搜索引擎收录](https://github.com/mqyqingfeng/Blog/issues/272)
+27. [VuePress 博客之 SEO 优化(一)sitemap 与搜索引擎收录](https://github.com/mqyqingfeng/Blog/issues/272)
## 浏览器系列
From 0166fbe4645f7a67aa5dc668816c19a50aaf1d95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 8 Mar 2022 20:47:23 +0800
Subject: [PATCH 066/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 430b42f1..1c901fe8 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 3 日 更新博客搭建相关文章
+2022 年 3 月 8 日 更新博客搭建相关文章
## 公众号
@@ -68,6 +68,7 @@
25. [VuePress 博客优化之增加 Valine 评论功能](https://github.com/mqyqingfeng/Blog/issues/268)
26. [VuePress 博客优化之增加 Vssue 评论功能](https://github.com/mqyqingfeng/Blog/issues/270)
27. [VuePress 博客之 SEO 优化(一)sitemap 与搜索引擎收录](https://github.com/mqyqingfeng/Blog/issues/272)
+28. [VuePress 博客之 SEO 优化(二)之重定向](https://github.com/mqyqingfeng/Blog/issues/273)
## 浏览器系列
From bb9eed003b632a8d90e87e607aafe4aabf117f69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 9 Mar 2022 18:38:24 +0800
Subject: [PATCH 067/175] Update README.md
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1c901fe8..bf40068a 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 8 日 更新博客搭建相关文章
+2022 年 3 月 9 日 更新博客搭建相关文章
## 公众号
@@ -68,7 +68,8 @@
25. [VuePress 博客优化之增加 Valine 评论功能](https://github.com/mqyqingfeng/Blog/issues/268)
26. [VuePress 博客优化之增加 Vssue 评论功能](https://github.com/mqyqingfeng/Blog/issues/270)
27. [VuePress 博客之 SEO 优化(一)sitemap 与搜索引擎收录](https://github.com/mqyqingfeng/Blog/issues/272)
-28. [VuePress 博客之 SEO 优化(二)之重定向](https://github.com/mqyqingfeng/Blog/issues/273)
+28. [VuePress 博客之 SEO 优化(二)重定向](https://github.com/mqyqingfeng/Blog/issues/273)
+29. [VuePress 博客之 SEO 优化(三)标题、链接优化](https://github.com/mqyqingfeng/Blog/issues/274)
## 浏览器系列
From bc1ecd5ea1d51f51d71465eaa562d8f9db8a6a2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 10 Mar 2022 18:30:28 +0800
Subject: [PATCH 068/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bf40068a..109e2f77 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 9 日 更新博客搭建相关文章
+2022 年 3 月 10 日 更新博客搭建相关文章
## 公众号
@@ -70,6 +70,7 @@
27. [VuePress 博客之 SEO 优化(一)sitemap 与搜索引擎收录](https://github.com/mqyqingfeng/Blog/issues/272)
28. [VuePress 博客之 SEO 优化(二)重定向](https://github.com/mqyqingfeng/Blog/issues/273)
29. [VuePress 博客之 SEO 优化(三)标题、链接优化](https://github.com/mqyqingfeng/Blog/issues/274)
+30. [VuePress 博客之 SEO 优化(四) Open Graph protocol](https://github.com/mqyqingfeng/Blog/issues/275)
## 浏览器系列
From 0b333624708131917657d23f19ed22bc130bba52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 11 Mar 2022 16:03:44 +0800
Subject: [PATCH 069/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 109e2f77..3a74e819 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 10 日 更新博客搭建相关文章
+2022 年 3 月 11 日 更新博客搭建相关文章
## 公众号
@@ -71,6 +71,7 @@
28. [VuePress 博客之 SEO 优化(二)重定向](https://github.com/mqyqingfeng/Blog/issues/273)
29. [VuePress 博客之 SEO 优化(三)标题、链接优化](https://github.com/mqyqingfeng/Blog/issues/274)
30. [VuePress 博客之 SEO 优化(四) Open Graph protocol](https://github.com/mqyqingfeng/Blog/issues/275)
+31. [VuePress 博客之 SEO 优化(五)添加 JSON-LD 数据](https://github.com/mqyqingfeng/Blog/issues/276)
## 浏览器系列
From e3b4bc42c12b15a06204cd83ac16f24dc4f2213e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 22 Mar 2022 16:08:59 +0800
Subject: [PATCH 070/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3a74e819..8511fa42 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 11 日 更新博客搭建相关文章
+2022 年 3 月 22 日 更新博客搭建相关文章
## 公众号
@@ -72,6 +72,7 @@
29. [VuePress 博客之 SEO 优化(三)标题、链接优化](https://github.com/mqyqingfeng/Blog/issues/274)
30. [VuePress 博客之 SEO 优化(四) Open Graph protocol](https://github.com/mqyqingfeng/Blog/issues/275)
31. [VuePress 博客之 SEO 优化(五)添加 JSON-LD 数据](https://github.com/mqyqingfeng/Blog/issues/276)
+32. [VuePress 博客之 SEO 优化(六)站长工具](https://github.com/mqyqingfeng/Blog/issues/277)
## 浏览器系列
From 67d987c1a60be688297681af33bffc7f44991557 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 23 Mar 2022 11:08:57 +0800
Subject: [PATCH 071/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 8511fa42..97946dba 100755
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@
30. [VuePress 博客之 SEO 优化(四) Open Graph protocol](https://github.com/mqyqingfeng/Blog/issues/275)
31. [VuePress 博客之 SEO 优化(五)添加 JSON-LD 数据](https://github.com/mqyqingfeng/Blog/issues/276)
32. [VuePress 博客之 SEO 优化(六)站长工具](https://github.com/mqyqingfeng/Blog/issues/277)
+33. [搭建 VuePress 站点必做的 10 个优化](https://github.com/mqyqingfeng/Blog/issues/278)
## 浏览器系列
From 3a1b270d193a14f80ba574caf1525c00e9bd8a19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 25 Mar 2022 12:52:12 +0800
Subject: [PATCH 072/175] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 97946dba..17f2d279 100755
--- a/README.md
+++ b/README.md
@@ -12,6 +12,10 @@
|mqyqingfeng|冴羽的 JavaScript 博客|
|进冴羽的读者群|文章同步更新|
+## 提问
+
+非技术性的问题 https://www.yuque.com/yayu/ask/dzng83 与冴羽异步聊天
+
## 专栏
* [掘金](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
From 2ee0f1cd26ea476633cdb2b6007e8b5b2328e08a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 29 Mar 2022 18:21:05 +0800
Subject: [PATCH 073/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 17f2d279..900af189 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 22 日 更新博客搭建相关文章
+2022 年 3 月 29 日 更新博客搭建相关文章
## 公众号
@@ -78,6 +78,7 @@
31. [VuePress 博客之 SEO 优化(五)添加 JSON-LD 数据](https://github.com/mqyqingfeng/Blog/issues/276)
32. [VuePress 博客之 SEO 优化(六)站长工具](https://github.com/mqyqingfeng/Blog/issues/277)
33. [搭建 VuePress 站点必做的 10 个优化](https://github.com/mqyqingfeng/Blog/issues/278)
+34. [VuePress 博客搭建系列 33 篇正式完结!](https://github.com/mqyqingfeng/Blog/issues/279)
## 浏览器系列
From 63688bf9bdde2fbb9ed6d8770150f9cc38d3bb7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 30 Mar 2022 18:16:36 +0800
Subject: [PATCH 074/175] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 900af189..284090fd 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 29 日 更新博客搭建相关文章
+2022 年 3 月 30 日 更新博客搭建相关文章
## 公众号
@@ -24,6 +24,10 @@
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
* [慕课](https://www.imooc.com/u/306841)
+## 冴羽答读者问
+
+1. [30 岁了, 现在开始努力,晚吗?](https://github.com/mqyqingfeng/Blog/issues/280)
+
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
From c305df35229d565b3ba35aceaf87f8b17c52cd31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 6 Apr 2022 18:41:33 +0800
Subject: [PATCH 075/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 284090fd..c86a6558 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 3 月 30 日 更新博客搭建相关文章
+2022 年 4 月 6 日 更新博客搭建相关文章
## 公众号
@@ -27,6 +27,7 @@
## 冴羽答读者问
1. [30 岁了, 现在开始努力,晚吗?](https://github.com/mqyqingfeng/Blog/issues/280)
+2. [何时能够像你一样优秀?](https://github.com/mqyqingfeng/Blog/issues/281)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From b7afe39e4ed36d2a82e916f8ec4f4f5575f4b1e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 12 Apr 2022 18:42:37 +0800
Subject: [PATCH 076/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c86a6558..94b98708 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 6 日 更新博客搭建相关文章
+2022 年 4 月 12 日 更新冴羽答读者问系列
## 公众号
@@ -28,6 +28,7 @@
1. [30 岁了, 现在开始努力,晚吗?](https://github.com/mqyqingfeng/Blog/issues/280)
2. [何时能够像你一样优秀?](https://github.com/mqyqingfeng/Blog/issues/281)
+3. [怎么才能像你一样写文章如喝水?](https://github.com/mqyqingfeng/Blog/issues/283)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From b5dc7241cc01e349e0bd4bbff102d7e09c1b8be4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 14 Apr 2022 17:38:01 +0800
Subject: [PATCH 077/175] Update README.md
---
README.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 94b98708..df14be96 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 12 日 更新冴羽答读者问系列
+2022 年 4 月 14 日 更新冴羽答读者问系列
## 公众号
@@ -12,10 +12,6 @@
|mqyqingfeng|冴羽的 JavaScript 博客|
|进冴羽的读者群|文章同步更新|
-## 提问
-
-非技术性的问题 https://www.yuque.com/yayu/ask/dzng83 与冴羽异步聊天
-
## 专栏
* [掘金](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
@@ -29,6 +25,7 @@
1. [30 岁了, 现在开始努力,晚吗?](https://github.com/mqyqingfeng/Blog/issues/280)
2. [何时能够像你一样优秀?](https://github.com/mqyqingfeng/Blog/issues/281)
3. [怎么才能像你一样写文章如喝水?](https://github.com/mqyqingfeng/Blog/issues/283)
+4. [怎么才能像你一样长到180?](https://github.com/mqyqingfeng/Blog/issues/284)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From e0c7b4bcd95072381c66d90775d36e7b26c4350f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 18 Apr 2022 17:36:06 +0800
Subject: [PATCH 078/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index df14be96..8851bddd 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 14 日 更新冴羽答读者问系列
+2022 年 4 月 18 日 更新冴羽答读者问系列
## 公众号
@@ -26,6 +26,7 @@
2. [何时能够像你一样优秀?](https://github.com/mqyqingfeng/Blog/issues/281)
3. [怎么才能像你一样写文章如喝水?](https://github.com/mqyqingfeng/Blog/issues/283)
4. [怎么才能像你一样长到180?](https://github.com/mqyqingfeng/Blog/issues/284)
+5. [冴羽哥哥 额爱你](https://github.com/mqyqingfeng/Blog/issues/285)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From e743737f07319e275d589f764a5b9c38ab442e12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 20 Apr 2022 17:55:40 +0800
Subject: [PATCH 079/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8851bddd..245b378d 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 18 日 更新冴羽答读者问系列
+2022 年 4 月 20 日 更新冴羽答读者问系列
## 公众号
@@ -27,6 +27,7 @@
3. [怎么才能像你一样写文章如喝水?](https://github.com/mqyqingfeng/Blog/issues/283)
4. [怎么才能像你一样长到180?](https://github.com/mqyqingfeng/Blog/issues/284)
5. [冴羽哥哥 额爱你](https://github.com/mqyqingfeng/Blog/issues/285)
+6. [啦啦啦啦啦啦](https://github.com/mqyqingfeng/Blog/issues/286)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From cea887c8ae595e22277fe2068f222db2b4d336fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sun, 24 Apr 2022 18:10:18 +0800
Subject: [PATCH 080/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 245b378d..0f79531a 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 20 日 更新冴羽答读者问系列
+2022 年 4 月 24 日 更新冴羽答读者问系列
## 公众号
@@ -28,6 +28,7 @@
4. [怎么才能像你一样长到180?](https://github.com/mqyqingfeng/Blog/issues/284)
5. [冴羽哥哥 额爱你](https://github.com/mqyqingfeng/Blog/issues/285)
6. [啦啦啦啦啦啦](https://github.com/mqyqingfeng/Blog/issues/286)
+7. [除代码外,就没别的优先级很高的爱好了吗?](https://github.com/mqyqingfeng/Blog/issues/287)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 99dd49c525352abc596c7e7019239ef1a7a16c31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 26 Apr 2022 18:12:51 +0800
Subject: [PATCH 081/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0f79531a..5d87a168 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 24 日 更新冴羽答读者问系列
+2022 年 4 月 26 日 更新冴羽答读者问系列
## 公众号
@@ -29,6 +29,7 @@
5. [冴羽哥哥 额爱你](https://github.com/mqyqingfeng/Blog/issues/285)
6. [啦啦啦啦啦啦](https://github.com/mqyqingfeng/Blog/issues/286)
7. [除代码外,就没别的优先级很高的爱好了吗?](https://github.com/mqyqingfeng/Blog/issues/287)
+8. [钱和成长,哪个更重要?](https://github.com/mqyqingfeng/Blog/issues/288)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 2e0492296213b9ff43049ba59d8537bdda3a2009 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 28 Apr 2022 18:49:06 +0800
Subject: [PATCH 082/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5d87a168..401409b3 100755
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@
6. [啦啦啦啦啦啦](https://github.com/mqyqingfeng/Blog/issues/286)
7. [除代码外,就没别的优先级很高的爱好了吗?](https://github.com/mqyqingfeng/Blog/issues/287)
8. [钱和成长,哪个更重要?](https://github.com/mqyqingfeng/Blog/issues/288)
+9. [悄悄过来蹭个回答](https://github.com/mqyqingfeng/Blog/issues/289)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 498ef216f84712f5f0ac3c748460814845005f97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 5 May 2022 18:38:12 +0800
Subject: [PATCH 083/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 401409b3..5c163dfe 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 4 月 26 日 更新冴羽答读者问系列
+2022 年 5 月 5 日 更新冴羽答读者问系列
## 公众号
@@ -31,6 +31,7 @@
7. [除代码外,就没别的优先级很高的爱好了吗?](https://github.com/mqyqingfeng/Blog/issues/287)
8. [钱和成长,哪个更重要?](https://github.com/mqyqingfeng/Blog/issues/288)
9. [悄悄过来蹭个回答](https://github.com/mqyqingfeng/Blog/issues/289)
+10. [怎么才能不焦虑?](https://github.com/mqyqingfeng/Blog/issues/292)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 9160bb6ff5bcaa6f9a13798b9ca2c72d85356048 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 9 May 2022 18:58:47 +0800
Subject: [PATCH 084/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5c163dfe..46da75c2 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 5 日 更新冴羽答读者问系列
+2022 年 5 月 9 日 更新冴羽答读者问系列
## 公众号
@@ -32,6 +32,7 @@
8. [钱和成长,哪个更重要?](https://github.com/mqyqingfeng/Blog/issues/288)
9. [悄悄过来蹭个回答](https://github.com/mqyqingfeng/Blog/issues/289)
10. [怎么才能不焦虑?](https://github.com/mqyqingfeng/Blog/issues/292)
+11. [功利性学习的心态,你是否也会有?](https://github.com/mqyqingfeng/Blog/issues/293)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 852c893139fa43a99c178661cba27ff05ab1527d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 11 May 2022 18:33:46 +0800
Subject: [PATCH 085/175] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 46da75c2..b80b4a0c 100755
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@
9. [悄悄过来蹭个回答](https://github.com/mqyqingfeng/Blog/issues/289)
10. [怎么才能不焦虑?](https://github.com/mqyqingfeng/Blog/issues/292)
11. [功利性学习的心态,你是否也会有?](https://github.com/mqyqingfeng/Blog/issues/293)
+12. [人生低谷时,如何快速调整、重回正轨?](https://github.com/mqyqingfeng/Blog/issues/294)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 98f177140a253e2f3d5976fa55ca059ea224131c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 13 May 2022 18:56:58 +0800
Subject: [PATCH 086/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b80b4a0c..aa199f17 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 9 日 更新冴羽答读者问系列
+2022 年 5 月 13 日 更新冴羽答读者问系列
## 公众号
@@ -34,6 +34,7 @@
10. [怎么才能不焦虑?](https://github.com/mqyqingfeng/Blog/issues/292)
11. [功利性学习的心态,你是否也会有?](https://github.com/mqyqingfeng/Blog/issues/293)
12. [人生低谷时,如何快速调整、重回正轨?](https://github.com/mqyqingfeng/Blog/issues/294)
+13. [人生的意义是什么?](https://github.com/mqyqingfeng/Blog/issues/295)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From c0e800dc1190239a34230fd8006938dfc100c816 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 16 May 2022 18:16:25 +0800
Subject: [PATCH 087/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aa199f17..a004dfe1 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 13 日 更新冴羽答读者问系列
+2022 年 5 月 16 日 更新冴羽答读者问系列
## 公众号
@@ -35,6 +35,7 @@
11. [功利性学习的心态,你是否也会有?](https://github.com/mqyqingfeng/Blog/issues/293)
12. [人生低谷时,如何快速调整、重回正轨?](https://github.com/mqyqingfeng/Blog/issues/294)
13. [人生的意义是什么?](https://github.com/mqyqingfeng/Blog/issues/295)
+14. [你是怎么理解知行合一的?](https://github.com/mqyqingfeng/Blog/issues/296)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From a621a813cb6fd3cd10c43f83556042b6cd594273 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 18 May 2022 19:45:29 +0800
Subject: [PATCH 088/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a004dfe1..f1dae182 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 16 日 更新冴羽答读者问系列
+2022 年 5 月 18 日 更新冴羽答读者问系列
## 公众号
@@ -36,6 +36,7 @@
12. [人生低谷时,如何快速调整、重回正轨?](https://github.com/mqyqingfeng/Blog/issues/294)
13. [人生的意义是什么?](https://github.com/mqyqingfeng/Blog/issues/295)
14. [你是怎么理解知行合一的?](https://github.com/mqyqingfeng/Blog/issues/296)
+15. [如何快速找到一个聊得来的人生伴侣?](https://github.com/mqyqingfeng/Blog/issues/297)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 2bb35200960fdf2e6d8f5689c696f1f82b9c753f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 27 May 2022 17:43:20 +0800
Subject: [PATCH 089/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f1dae182..176b8ac6 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 18 日 更新冴羽答读者问系列
+2022 年 5 月 27 日 更新冴羽答读者问系列
## 公众号
@@ -37,6 +37,7 @@
13. [人生的意义是什么?](https://github.com/mqyqingfeng/Blog/issues/295)
14. [你是怎么理解知行合一的?](https://github.com/mqyqingfeng/Blog/issues/296)
15. [如何快速找到一个聊得来的人生伴侣?](https://github.com/mqyqingfeng/Blog/issues/297)
+16. [怎么平衡工作与生活?](https://github.com/mqyqingfeng/Blog/issues/298)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 2b2157c2fd6332d5ed9246229d45dd1620cb06a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 30 May 2022 18:44:43 +0800
Subject: [PATCH 090/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 176b8ac6..b5f48e06 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 27 日 更新冴羽答读者问系列
+2022 年 5 月 30 日 更新冴羽答读者问系列
## 公众号
@@ -38,6 +38,7 @@
14. [你是怎么理解知行合一的?](https://github.com/mqyqingfeng/Blog/issues/296)
15. [如何快速找到一个聊得来的人生伴侣?](https://github.com/mqyqingfeng/Blog/issues/297)
16. [怎么平衡工作与生活?](https://github.com/mqyqingfeng/Blog/issues/298)
+17. [如果有机会,你会选择脱产学习深造吗?](https://github.com/mqyqingfeng/Blog/issues/299)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 5da91433a9887712ead6cfc3626ac88ac85f57c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 30 Jun 2022 18:13:09 +0800
Subject: [PATCH 091/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b5f48e06..72d897f1 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 5 月 30 日 更新冴羽答读者问系列
+2022 年 6 月 30 日 更新冴羽答读者问系列
## 公众号
@@ -39,6 +39,7 @@
15. [如何快速找到一个聊得来的人生伴侣?](https://github.com/mqyqingfeng/Blog/issues/297)
16. [怎么平衡工作与生活?](https://github.com/mqyqingfeng/Blog/issues/298)
17. [如果有机会,你会选择脱产学习深造吗?](https://github.com/mqyqingfeng/Blog/issues/299)
+18. [如何在工作中打造影响力,带动同事?](https://github.com/mqyqingfeng/Blog/issues/306)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 3615a1db754a3f3616baaf086669d5e4f74e0b9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 15 Jul 2022 18:23:08 +0800
Subject: [PATCH 092/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 72d897f1..4ec0a6b2 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 6 月 30 日 更新冴羽答读者问系列
+2022 年 7 月 15 日 更新冴羽答读者问系列
## 公众号
@@ -40,6 +40,7 @@
16. [怎么平衡工作与生活?](https://github.com/mqyqingfeng/Blog/issues/298)
17. [如果有机会,你会选择脱产学习深造吗?](https://github.com/mqyqingfeng/Blog/issues/299)
18. [如何在工作中打造影响力,带动同事?](https://github.com/mqyqingfeng/Blog/issues/306)
+19. [如何学习更有计划性、提升更稳更快?](https://github.com/mqyqingfeng/Blog/issues/308)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From fc4d9f8c60fdaa3b6ba1dbe62d689b739b082361 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 21 Jul 2022 17:30:30 +0800
Subject: [PATCH 093/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4ec0a6b2..de5c3bf1 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 7 月 15 日 更新冴羽答读者问系列
+2022 年 7 月 21 日 更新冴羽答读者问系列
## 公众号
@@ -41,6 +41,7 @@
17. [如果有机会,你会选择脱产学习深造吗?](https://github.com/mqyqingfeng/Blog/issues/299)
18. [如何在工作中打造影响力,带动同事?](https://github.com/mqyqingfeng/Blog/issues/306)
19. [如何学习更有计划性、提升更稳更快?](https://github.com/mqyqingfeng/Blog/issues/308)
+20. [过程比结果重要吗?](https://github.com/mqyqingfeng/Blog/issues/309)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 5322cff780c58d4488da21a875c70d396cb85fce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Tue, 26 Jul 2022 17:40:15 +0800
Subject: [PATCH 094/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index de5c3bf1..7d57547a 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 7 月 21 日 更新冴羽答读者问系列
+2022 年 7 月 26 日 更新冴羽答读者问系列
## 公众号
@@ -42,6 +42,7 @@
18. [如何在工作中打造影响力,带动同事?](https://github.com/mqyqingfeng/Blog/issues/306)
19. [如何学习更有计划性、提升更稳更快?](https://github.com/mqyqingfeng/Blog/issues/308)
20. [过程比结果重要吗?](https://github.com/mqyqingfeng/Blog/issues/309)
+21. [冴羽,你为什么写起了鸡汤?](https://github.com/mqyqingfeng/Blog/issues/310)
## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
From 02173639055615104023bb20ad4c39690d57bd80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 18 Aug 2022 19:45:37 +0800
Subject: [PATCH 095/175] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7d57547a..73ec6bb3 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 7 月 26 日 更新冴羽答读者问系列
+2022 年 8 月 18 日 更新单篇文章
## 公众号
@@ -20,6 +20,10 @@
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
* [慕课](https://www.imooc.com/u/306841)
+## 项目开发
+
+1. [聊聊 npm 的语义化版本(Semver)](https://github.com/mqyqingfeng/Blog/issues/312)
+
## 冴羽答读者问
1. [30 岁了, 现在开始努力,晚吗?](https://github.com/mqyqingfeng/Blog/issues/280)
From 557089f6303a71ed1048eac83ff91a74eabde12f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 1 Dec 2022 12:09:49 +0800
Subject: [PATCH 096/175] Update README.md
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 73ec6bb3..1685cb9b 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 8 月 18 日 更新单篇文章
+2022 年 12 月 1 日 更新 React 系列
## 公众号
@@ -10,7 +10,7 @@
|:----:|:----:|
|
|
|
|mqyqingfeng|冴羽的 JavaScript 博客|
-|进冴羽的读者群|文章同步更新|
+|[加入低调务实优秀中国好青年社群](https://www.yuque.com/yayu/nice-people/xou8qr)|文章同步更新|
## 专栏
@@ -20,6 +20,10 @@
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
* [慕课](https://www.imooc.com/u/306841)
+## React 系列
+
+1. [React 之 createElement 源码解读](https://github.com/mqyqingfeng/Blog/issues/316)
+
## 项目开发
1. [聊聊 npm 的语义化版本(Semver)](https://github.com/mqyqingfeng/Blog/issues/312)
From 20c145924f590d339417caa3c73746673b25c04d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 2 Dec 2022 12:19:45 +0800
Subject: [PATCH 097/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1685cb9b..e14e5ecf 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 12 月 1 日 更新 React 系列
+2022 年 12 月 2 日 更新 React 系列
## 公众号
@@ -23,6 +23,7 @@
## React 系列
1. [React 之 createElement 源码解读](https://github.com/mqyqingfeng/Blog/issues/316)
+2. [React 之元素与组件的区别](https://github.com/mqyqingfeng/Blog/issues/317)
## 项目开发
From 325241881ef717d94d6b342de24a2913b6e9e993 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 5 Dec 2022 11:30:16 +0800
Subject: [PATCH 098/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e14e5ecf..0065236c 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 12 月 2 日 更新 React 系列
+2022 年 12 月 5 日 更新 React 系列
## 公众号
@@ -24,6 +24,7 @@
1. [React 之 createElement 源码解读](https://github.com/mqyqingfeng/Blog/issues/316)
2. [React 之元素与组件的区别](https://github.com/mqyqingfeng/Blog/issues/317)
+3. [React 之 Refs 的使用和 forwardRef 的源码解读](https://github.com/mqyqingfeng/Blog/issues/318)
## 项目开发
From bc1e5a059d83d27696b8f6bfe60a89869bef25e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Mon, 12 Dec 2022 20:44:42 +0800
Subject: [PATCH 099/175] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0065236c..045f2153 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## 最新
-2022 年 12 月 5 日 更新 React 系列
+2022 年 12 月 12 日 更新 React 系列
## 公众号
@@ -25,6 +25,7 @@
1. [React 之 createElement 源码解读](https://github.com/mqyqingfeng/Blog/issues/316)
2. [React 之元素与组件的区别](https://github.com/mqyqingfeng/Blog/issues/317)
3. [React 之 Refs 的使用和 forwardRef 的源码解读](https://github.com/mqyqingfeng/Blog/issues/318)
+4. [React 之 Context 的变迁与背后实现](https://github.com/mqyqingfeng/Blog/issues/319)
## 项目开发
From 80cb8e3008881b75e5f259c185c5019db90285d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 8 Feb 2023 11:03:20 +0800
Subject: [PATCH 100/175] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 045f2153..ee55b3e6 100755
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@
1. [聊聊 npm 的语义化版本(Semver)](https://github.com/mqyqingfeng/Blog/issues/312)
+## 付费合集
+
+1. [冴羽 2023 开年分享文字稿(全文 3.8W 字)](https://mp.weixin.qq.com/s/3258P59o2egSA0jK7d7McQ)
+
## 冴羽答读者问
1. [30 岁了, 现在开始努力,晚吗?](https://github.com/mqyqingfeng/Blog/issues/280)
From a707011f4df10032632d541676fbe6e7901cf41e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 21 Jul 2023 17:13:14 +0800
Subject: [PATCH 101/175] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ee55b3e6..fdff99af 100755
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@
1. [聊聊 npm 的语义化版本(Semver)](https://github.com/mqyqingfeng/Blog/issues/312)
-## 付费合集
+## 个人成长
-1. [冴羽 2023 开年分享文字稿(全文 3.8W 字)](https://mp.weixin.qq.com/s/3258P59o2egSA0jK7d7McQ)
+1. [如何让自己快速成长?来听听冴羽的这些分享!(音视频版)]([https://mp.weixin.qq.com/s/3258P59o2egSA0jK7d7McQ](https://www.yuque.com/yayu/blog/grow))
## 冴羽答读者问
From 1994bdc6b68b45ff322e8f71b77be28f210cc965 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 21 Jul 2023 17:13:50 +0800
Subject: [PATCH 102/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fdff99af..f11960b6 100755
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
## 个人成长
-1. [如何让自己快速成长?来听听冴羽的这些分享!(音视频版)]([https://mp.weixin.qq.com/s/3258P59o2egSA0jK7d7McQ](https://www.yuque.com/yayu/blog/grow))
+1. [如何让自己快速成长?来听听冴羽的这些分享!(音视频版)](https://mp.weixin.qq.com/s/3258P59o2egSA0jK7d7McQ](https://www.yuque.com/yayu/blog/grow)
## 冴羽答读者问
From 8da8cfc2fa1a80483f30a5bda9fecf2cfa592d3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 21 Jul 2023 17:15:11 +0800
Subject: [PATCH 103/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f11960b6..89fd41b5 100755
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
## 个人成长
-1. [如何让自己快速成长?来听听冴羽的这些分享!(音视频版)](https://mp.weixin.qq.com/s/3258P59o2egSA0jK7d7McQ](https://www.yuque.com/yayu/blog/grow)
+1. [如何让自己快速成长?来听听冴羽的这些演讲!(音视频版)](https://www.yuque.com/yayu/blog/grow)
## 冴羽答读者问
From 077eba0b2113b5f2cfa6ca3d09de145033edfe2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 7 Sep 2023 19:23:11 +0800
Subject: [PATCH 104/175] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 89fd41b5..48b0fc88 100755
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@
|mqyqingfeng|冴羽的 JavaScript 博客|
|[加入低调务实优秀中国好青年社群](https://www.yuque.com/yayu/nice-people/xou8qr)|文章同步更新|
+本周日(9 月 10 日)晚上 8 点将举办社群第 18 期茶话会。21:00 - 24:00 我将和大家分享《如何高效学习?》,欢迎添加好友入群旁听
+
## 专栏
* [掘金](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
From 60071ee10ffb2671c712364dbb4918ea4f226ec8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 15 Dec 2023 11:01:37 +0800
Subject: [PATCH 105/175] Update README.md
---
README.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 48b0fc88..d9818532 100755
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
# 冴羽的博客
-## 最新
-
-2022 年 12 月 12 日 更新 React 系列
-
## 公众号
|微信(冴羽本人)|公众号|
@@ -12,8 +8,6 @@
|mqyqingfeng|冴羽的 JavaScript 博客|
|[加入低调务实优秀中国好青年社群](https://www.yuque.com/yayu/nice-people/xou8qr)|文章同步更新|
-本周日(9 月 10 日)晚上 8 点将举办社群第 18 期茶话会。21:00 - 24:00 我将和大家分享《如何高效学习?》,欢迎添加好友入群旁听
-
## 专栏
* [掘金](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
@@ -22,6 +16,11 @@
* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
* [慕课](https://www.imooc.com/u/306841)
+## 小册
+
+* [《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)
+ * 60 篇文章,分为基础篇、实战篇、源码篇、面试篇,带你系统掌握 Next.js
+
## React 系列
1. [React 之 createElement 源码解读](https://github.com/mqyqingfeng/Blog/issues/316)
From 31981d97ae973173323f928fba9fd6cde5b89ec3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 19 Dec 2024 23:40:38 +0800
Subject: [PATCH 106/175] Update README.md
---
README.md | 47 +++++++++++++++--------------------------------
1 file changed, 15 insertions(+), 32 deletions(-)
diff --git a/README.md b/README.md
index d9818532..0e836f59 100755
--- a/README.md
+++ b/README.md
@@ -1,40 +1,26 @@
# 冴羽的博客
-## 公众号
+## 关于作者
-|微信(冴羽本人)|公众号|
-|:----:|:----:|
-|
|
|
-|mqyqingfeng|冴羽的 JavaScript 博客|
-|[加入低调务实优秀中国好青年社群](https://www.yuque.com/yayu/nice-people/xou8qr)|文章同步更新|
+* 博客:[https://yayujs.com/](https://yayujs.com/)
+* 社群:[“低调务实优秀中国好青年”前端社群](https://www.yuque.com/yayu/nice-people/xou8qr)
+* 成长:[茶话会](https://www.yuque.com/yayu/blog/grow)、[微信读书](https://yayujs.com/grow)
+* 小册:[《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)、[《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)
+* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid 中文文档](https://solid.yayujs.com/)
+* 专栏:[掘金](https://juejin.cn/user/712139234359182/columns)、[思否](https://segmentfault.com/u/yayu)、[语雀](https://www.yuque.com/yayu)、公众号:[冴羽(#yayujs)](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/qrcode_for_gh_bd1a3dc9eafd_258.jpg)
+* 微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
-## 专栏
+## Solid.js 翻译
-* [掘金](https://juejin.im/user/58e4b9b261ff4b006b3227f4)
-* [思否](https://segmentfault.com/u/yayu/articles)
-* [知乎](https://zhuanlan.zhihu.com/c_1042806379215601664)
-* [语雀](https://www.yuque.com/qingyu-fasl3/od8gmv)
-* [慕课](https://www.imooc.com/u/306841)
+正在翻译中……
-## 小册
+## Next.js 系列
-* [《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)
- * 60 篇文章,分为基础篇、实战篇、源码篇、面试篇,带你系统掌握 Next.js
+因为签约原因,首发在掘金,一共 24 篇,专栏地址:[Next.js 开发指北](https://juejin.cn/column/7343569488744611849)
## React 系列
-1. [React 之 createElement 源码解读](https://github.com/mqyqingfeng/Blog/issues/316)
-2. [React 之元素与组件的区别](https://github.com/mqyqingfeng/Blog/issues/317)
-3. [React 之 Refs 的使用和 forwardRef 的源码解读](https://github.com/mqyqingfeng/Blog/issues/318)
-4. [React 之 Context 的变迁与背后实现](https://github.com/mqyqingfeng/Blog/issues/319)
-
-## 项目开发
-
-1. [聊聊 npm 的语义化版本(Semver)](https://github.com/mqyqingfeng/Blog/issues/312)
-
-## 个人成长
-
-1. [如何让自己快速成长?来听听冴羽的这些演讲!(音视频版)](https://www.yuque.com/yayu/blog/grow)
+因为签约原因,首发在掘金,一共 16 篇,专栏地址:[React 基础与进阶](https://juejin.cn/column/7142674773930147853)
## 冴羽答读者问
@@ -116,9 +102,10 @@
33. [搭建 VuePress 站点必做的 10 个优化](https://github.com/mqyqingfeng/Blog/issues/278)
34. [VuePress 博客搭建系列 33 篇正式完结!](https://github.com/mqyqingfeng/Blog/issues/279)
-## 浏览器系列
+## 一些单篇
1. [浏览器系列之 Cookie 和 SameSite 属性](https://github.com/mqyqingfeng/Blog/issues/157)
+1. [聊聊 npm 的语义化版本(Semver)](https://github.com/mqyqingfeng/Blog/issues/312)
## 面试系列
@@ -209,10 +196,6 @@
19. [ES6 系列之私有变量的实现](https://github.com/mqyqingfeng/Blog/issues/110)
20. [ES6 完全使用手册](https://github.com/mqyqingfeng/Blog/issues/111)
-## 注意
-
-深入系列文章部分是有先后顺序的,按照目录结构顺序阅读效果最好。
-
## 勘误及提问
如果有疑问或者发现错误,可以在相应的 issues 进行提问或勘误。
From 5da51983422a4457df4519bac2b08375b7b3ad28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 26 Dec 2024 17:27:33 +0800
Subject: [PATCH 107/175] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0e836f59..9c84c645 100755
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
## Solid.js 翻译
-正在翻译中……
+主要内容已翻译完毕,查看 [Solid 中文文档](https://solid.yayujs.com/)
## Next.js 系列
From b574e04ea4aa7b573de711668d3b8e2cf884ffab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 3 Jan 2025 16:13:23 +0800
Subject: [PATCH 108/175] Update README.md
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 9c84c645..af5532ae 100755
--- a/README.md
+++ b/README.md
@@ -6,13 +6,17 @@
* 社群:[“低调务实优秀中国好青年”前端社群](https://www.yuque.com/yayu/nice-people/xou8qr)
* 成长:[茶话会](https://www.yuque.com/yayu/blog/grow)、[微信读书](https://yayujs.com/grow)
* 小册:[《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)、[《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)
-* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid 中文文档](https://solid.yayujs.com/)
+* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid 中文文档](https://solid.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)
* 专栏:[掘金](https://juejin.cn/user/712139234359182/columns)、[思否](https://segmentfault.com/u/yayu)、[语雀](https://www.yuque.com/yayu)、公众号:[冴羽(#yayujs)](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/qrcode_for_gh_bd1a3dc9eafd_258.jpg)
* 微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
-## Solid.js 翻译
+## Svelte 官方文档翻译
-主要内容已翻译完毕,查看 [Solid 中文文档](https://solid.yayujs.com/)
+目前正在翻译中,查看 [Svelte 官方中文文档](https://svelte.yayujs.com/)
+
+## Solid.js 官方文档翻译
+
+主要内容已翻译完毕,查看 [Solid.js 官方中文文档](https://solid.yayujs.com/)
## Next.js 系列
From 8fff3b0cd9231319988a43c07045747b39411ba5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 8 Jan 2025 13:22:26 +0800
Subject: [PATCH 109/175] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index af5532ae..ccd8e45a 100755
--- a/README.md
+++ b/README.md
@@ -6,17 +6,17 @@
* 社群:[“低调务实优秀中国好青年”前端社群](https://www.yuque.com/yayu/nice-people/xou8qr)
* 成长:[茶话会](https://www.yuque.com/yayu/blog/grow)、[微信读书](https://yayujs.com/grow)
* 小册:[《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)、[《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)
-* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid 中文文档](https://solid.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)
+* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid.js 中文文档](https://solid.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)
* 专栏:[掘金](https://juejin.cn/user/712139234359182/columns)、[思否](https://segmentfault.com/u/yayu)、[语雀](https://www.yuque.com/yayu)、公众号:[冴羽(#yayujs)](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/qrcode_for_gh_bd1a3dc9eafd_258.jpg)
* 微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
## Svelte 官方文档翻译
-目前正在翻译中,查看 [Svelte 官方中文文档](https://svelte.yayujs.com/)
+主要内容已翻译完毕,查看 [Svelte 官方文档中文](https://svelte.yayujs.com/)
## Solid.js 官方文档翻译
-主要内容已翻译完毕,查看 [Solid.js 官方中文文档](https://solid.yayujs.com/)
+主要内容已翻译完毕,查看 [Solid.js 官方文档中文](https://solid.yayujs.com/)
## Next.js 系列
From e581478657232f96f1fddf1257eb1c20ee8913fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Fri, 10 Jan 2025 14:56:16 +0800
Subject: [PATCH 110/175] Update README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ccd8e45a..138da02b 100755
--- a/README.md
+++ b/README.md
@@ -12,11 +12,13 @@
## Svelte 官方文档翻译
-主要内容已翻译完毕,查看 [Svelte 官方文档中文](https://svelte.yayujs.com/)
+1. 主要内容已翻译完毕,查看站点: [Svelte 中文文档](https://svelte.yayujs.com/)
+2. 关于 Svelte 的介绍,查看 [《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)
## Solid.js 官方文档翻译
-主要内容已翻译完毕,查看 [Solid.js 官方文档中文](https://solid.yayujs.com/)
+1. 主要内容已翻译完毕,查看站点: [Solid.js 中文文档](https://solid.yayujs.com/)
+2. 关于 Solid.js 的介绍,查看[《这个比 React 更 react 的框架 —— Solid.js 最新中文文档来了!》](https://juejin.cn/post/7457857802088890387)
## Next.js 系列
From 252261115c13695e0c2bd490f7c89aecd9b82fd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Sat, 18 Jan 2025 14:07:55 +0800
Subject: [PATCH 111/175] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 138da02b..8c0a22da 100755
--- a/README.md
+++ b/README.md
@@ -52,7 +52,11 @@
20. [过程比结果重要吗?](https://github.com/mqyqingfeng/Blog/issues/309)
21. [冴羽,你为什么写起了鸡汤?](https://github.com/mqyqingfeng/Blog/issues/310)
-## TypeScript4 官方文档翻译,收录在 [ts.yayujs.com](http://ts.yayujs.com/)
+## TypeScript 官方文档翻译
+
+1. 主要内容已翻译完毕,查看站点: [TypeScript 中文文档](https://ts.yayujs.com/)
+
+系列目录:
1. [TypeScript之基础入门](https://github.com/mqyqingfeng/Blog/issues/227)
2. [TypeScript之常见类型(上)](https://github.com/mqyqingfeng/Blog/issues/228)
From d04061f4f74d6576a22af4673695507ba4f2f950 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 13 Feb 2025 19:43:37 +0800
Subject: [PATCH 112/175] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 8c0a22da..668a0f58 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@
* 小册:[《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)、[《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)
* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid.js 中文文档](https://solid.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)
* 专栏:[掘金](https://juejin.cn/user/712139234359182/columns)、[思否](https://segmentfault.com/u/yayu)、[语雀](https://www.yuque.com/yayu)、公众号:[冴羽(#yayujs)](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/qrcode_for_gh_bd1a3dc9eafd_258.jpg)
-* 微信:[mqyqingfeng](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/IMG_3516.JPG)
## Svelte 官方文档翻译
From 4f5000de11556fa9666f28972d0b7ffeeb1818f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 26 Feb 2025 18:46:46 +0800
Subject: [PATCH 113/175] Update README.md
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/README.md b/README.md
index 668a0f58..5c358a5a 100755
--- a/README.md
+++ b/README.md
@@ -9,6 +9,22 @@
* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid.js 中文文档](https://solid.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)
* 专栏:[掘金](https://juejin.cn/user/712139234359182/columns)、[思否](https://segmentfault.com/u/yayu)、[语雀](https://www.yuque.com/yayu)、公众号:[冴羽(#yayujs)](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/qrcode_for_gh_bd1a3dc9eafd_258.jpg)
+## 冴羽·前端大佬成长之路
+
+2025 年,我会在知识星球更新一套“前端大佬成长之路”的课程。
+
+包含目标规划篇、学习方法篇、前端学习篇、个人管理篇、职场发展篇、面试技巧篇、健康养生篇共 7 大篇章、40 节文章。
+
+总结了我近十年的工作生活经验,让大家少走一些弯路,节省一些时间。
+
+目前星球预售 199,3 月 1 日,涨价到 249,随着课程更新,涨回 399 元。
+
+为了感谢大家的关注,分享给大家一个 50 元的新人优惠券,现在只需要 149 元即可加入,名额 100 个,先到先得:
+
+
+
+> 请在微信中扫码打开,查看具体介绍
+
## Svelte 官方文档翻译
1. 主要内容已翻译完毕,查看站点: [Svelte 中文文档](https://svelte.yayujs.com/)
From 621775deb718823a9834be6415b4911b8ed21843 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Wed, 12 Mar 2025 20:27:24 +0800
Subject: [PATCH 114/175] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5c358a5a..4a2d41f9 100755
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@
总结了我近十年的工作生活经验,让大家少走一些弯路,节省一些时间。
-目前星球预售 199,3 月 1 日,涨价到 249,随着课程更新,涨回 399 元。
+目前星球预售 249,4 月 1 日,涨价到 289,随着课程更新,涨回 399 元。
-为了感谢大家的关注,分享给大家一个 50 元的新人优惠券,现在只需要 149 元即可加入,名额 100 个,先到先得:
+为了感谢大家的关注,分享给大家一个 50 元的新人优惠券,现在只需要 199 元即可加入,名额 100 个,先到先得:
From 47ceaa21e16c4a2e188606e7a4911eebcbd1be1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=B4=E7=BE=BD?= <675261143@qq.com>
Date: Thu, 4 Sep 2025 21:36:06 +0800
Subject: [PATCH 115/175] Update README.md
---
README.md | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 4a2d41f9..3520e0df 100755
--- a/README.md
+++ b/README.md
@@ -4,24 +4,33 @@
* 博客:[https://yayujs.com/](https://yayujs.com/)
* 社群:[“低调务实优秀中国好青年”前端社群](https://www.yuque.com/yayu/nice-people/xou8qr)
-* 成长:[茶话会](https://www.yuque.com/yayu/blog/grow)、[微信读书](https://yayujs.com/grow)
-* 小册:[《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)、[《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)
-* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Solid.js 中文文档](https://solid.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)
+* 成长:[社群茶话会](https://www.yuque.com/yayu/nice-people/shares)、[我的茶话会](https://www.yuque.com/yayu/blog/grow)、[微信读书](https://yayujs.com/grow)
+* 翻译:[TypeScript 中文文档](http://ts.yayujs.com/)、[Svelte 中文文档](https://svelte.yayujs.com/)、[Solid 中文文档](https://solid.yayujs.com/)
+* 小册:[《Next.js 开发指南》](https://s.juejin.cn/ds/i8kJo2o8/)、[《Svelte 开发指南》](https://s.juejin.cn/ds/iUurdrae/)、[《Astro 开发指南》](https://juejin.cn/book/7452253924608147467)
* 专栏:[掘金](https://juejin.cn/user/712139234359182/columns)、[思否](https://segmentfault.com/u/yayu)、[语雀](https://www.yuque.com/yayu)、公众号:[冴羽(#yayujs)](https://cdn.jsdelivr.net/gh/mqyqingfeng/picture/qrcode_for_gh_bd1a3dc9eafd_258.jpg)
+* 星球:[冴羽·前端大佬成长之路](https://t.zsxq.com/tn3PW),一套帮助你全面成长的课程 + 一个陪伴你终身成长的前端社群,涵盖一个技术人所需的方方面面
## 冴羽·前端大佬成长之路
-2025 年,我会在知识星球更新一套“前端大佬成长之路”的课程。
+2025 年,我在知识星球更新了一套名为“前端大佬成长之路”的课程。
-包含目标规划篇、学习方法篇、前端学习篇、个人管理篇、职场发展篇、面试技巧篇、健康养生篇共 7 大篇章、40 节文章。
+课程一共分为:
-总结了我近十年的工作生活经验,让大家少走一些弯路,节省一些时间。
+1. 认知升级篇
+2. 技术成长篇
+3. 高效学习篇
+4. 习惯养成篇
+5. 职场工作篇
+6. 精力管理篇
+7. 前端面试篇
+
+共 7 大篇章,60 节大课。课程不再拘泥于技术,而是总结了我这 10 年来的工作生活经验,讲解技术人成长的道法术器,旨在让你少走一些弯路,节省一些时间,以最小的努力撬动最大的成长。
-目前星球预售 249,4 月 1 日,涨价到 289,随着课程更新,涨回 399 元。
+为了感谢大家的关注,分享给大家一个 50 元的新人优惠券,名额 100 个,先到先得:
-为了感谢大家的关注,分享给大家一个 50 元的新人优惠券,现在只需要 199 元即可加入,名额 100 个,先到先得:
+
-
+
| 冴羽 | +冴羽 AI | +
|---|---|
|
+ |
+
+ 8 大专栏、10 年经验总结、100 篇深度长文、总计 70W 字的原创内容
+ 几乎篇篇都是 6000 字以上的深度长文,加入即看 + 送你一张优惠券,最低价加入星球 + 不用纠结,星球三天无理由退款,没有帮助就退 + |
+