Skip to content

Commit e84edaf

Browse files
committed
docs: 模块化、工具、资源补充链接
1 parent fab3972 commit e84edaf

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/javascript/ES6系列之模块化.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
### AMD
1414
- 1、概念
1515

16-
中文译为异步模块定义,典型代表是requirejs。由于浏览器JS引擎是单线程的,这种异步模式刚好适用浏览器。
16+
中文译为异步模块定义,典型代表是[requirejs](https://requirejs.org/)。由于浏览器JS引擎是单线程的,这种异步模式刚好适用浏览器。
1717

1818
- 2、特点
1919

@@ -92,7 +92,7 @@ tags:
9292
### CMD
9393
- 1、概念
9494

95-
中文译为通用模块定义,典型代表是淘宝的seajs
95+
中文译为通用模块定义,典型代表是淘宝的[seajs](https://seajs.github.io/seajs/docs/)
9696

9797
- 2、特点
9898

src/tool/工具大集合.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@
101101

102102
## 其他
103103
- [mypiday](https://mypiday.com/)
104-
- [打字测试](http://dazi.kukuw.com/)
105-
- [API备忘录](https://overapi.com/)
104+
- [imagemagick](https://imagemagick.org/)
106105
- [图片背景替换](https://app.pfpmaker.com/)
107106
- [图片背景消除](https://www.remove.bg/zh)
108107
- [图片转屏幕截图screely](https://screely.com/)
109108
- [找图storytale](https://storytale.io/browse)
109+
- [API备忘录](https://overapi.com/)
110110
- [剔除head标签](https://getoutofmyhead.dev/)
111+
- [打字测试](http://dazi.kukuw.com/)

src/tool/资源集锦.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
## OpenSource
2323
- [git star ranking](https://gitstar-ranking.com/)
24+
- [facebook](https://opensource.fb.com/)
2425
- [alibaba](https://opensource.alibaba.com/)
2526
- [tencent](https://opensource.tencent.com/)
2627
- [oschina](https://www.oschina.net/)
@@ -217,3 +218,4 @@
217218
- [Software-Engineering-at-Google](https://qiangmzsx.github.io/Software-Engineering-at-Google/#/)
218219
- [程序员幽默programmer humor](https://programmerhumor.io/)
219220
- [工作编年史work chronicles](https://workchronicles.substack.com/)
221+
- [json schema spec](https://github.com/json-schema-org/json-schema-spec)

0 commit comments

Comments
 (0)