Skip to content

Commit 90432f8

Browse files
committed
chore: chore;
1 parent afeb366 commit 90432f8

File tree

4 files changed

+10570
-7298
lines changed

4 files changed

+10570
-7298
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- name: Checkout 🛎️
1919
uses: actions/checkout@master
20+
21+
- name: Checkout node
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: 16
2025

2126
- name: Install and Build 🔧
2227
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
### Features
1818

19+
* 工具类型 ([afeb366](https://github.com/Rain120/typescript-guide/commit/afeb366af952d750f012e51fb1c5a33b738f37bd))
1920
* **declaration:** update ([978e800](https://github.com/Rain120/typescript-guide/commit/978e8002c92198ac37a6c09c20c9a6f55bc4145e))
2021
* **extends:** update ([8cd0fdc](https://github.com/Rain120/typescript-guide/commit/8cd0fdc819baf8178a16e3b3dcc77b3b90c11ec3))
2122
* **intersection-types:** update ([e5ffe1b](https://github.com/Rain120/typescript-guide/commit/e5ffe1bd61dd154329422a420c9a91f3346e6a90))

docs/zh/tips/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Tips 列表
22

3-
## 参考资料
4-
3+
[if else](./if-else/README.md)
54

5+
[spread](./spread/README.md)

0 commit comments

Comments
 (0)