Skip to content

Commit 7223ae9

Browse files
committed
wip: add wip list status at the docs
1 parent 9bcc637 commit 7223ae9

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* remove pre-commit changelog ([a8da639](https://github.com/Rain120/typescript-guide/commit/a8da6392c5c11ccb7148803cebe96a2068e873f5))
1818
* remove pre-commit deploy ([1d5830a](https://github.com/Rain120/typescript-guide/commit/1d5830ae9c4a2e6a6b83a573f9aa51e881b77ca7))
1919
* resolve advanced types path error ([8458a2c](https://github.com/Rain120/typescript-guide/commit/8458a2c6e2a22c53f387d2b53ba20f2c49e59d70))
20+
* the math logic description about intersection and union which at advanced types ([9bcc637](https://github.com/Rain120/typescript-guide/commit/9bcc637024767a71b0021c9a1f006fd3392e7ece))
2021
* update google analysis id ([2e1721b](https://github.com/Rain120/typescript-guide/commit/2e1721b7f5a7b671398f5d6ec2c094194c4229c0))
2122

2223

docs/zh/class/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 定义
1+
## 定义 <Badge text='WIP' type='warning' />
22

33
## 使用
44

docs/zh/decorators/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 定义
1+
## 定义 <Badge text='WIP' type='warning' />
22

33
## 使用
44

docs/zh/generics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 定义
1+
## 定义 <Badge text='WIP' type='warning' />
22

33
**泛型**就是指定一个表示类型的变量, 用它来代替某个实际的类型用于编程, 而后再通过实际运行或推导的类型来对其进行替换, 以达到一段使用泛型程序可以实际适应不同类型的目的。**「泛型就是不预先确定的数据类型, 具体的类型在使用的时候再确定的一种类型约束规范」**
44

docs/zh/interface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 定义
1+
## 定义 <Badge text='WIP' type='warning' />
22

33
**接口**`Typescript` 中一个很重要的概念, 主要是对类型的行为进行抽象, 描述, 并进行类型检查
44

0 commit comments

Comments
 (0)