From fbcd7edf7806133fdd052df179f26967ef7749ed Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 3 Dec 2022 17:55:09 +0800 Subject: [PATCH] doc: update typescript.md --- docs/react.md | 2 +- docs/typescript.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/react.md b/docs/react.md index 968a482..e3df4ef 100644 --- a/docs/react.md +++ b/docs/react.md @@ -6,7 +6,7 @@ React 备忘清单 [![Repo Dependents](https://badgen.net/github/dependents-repo/facebook/react)](https://github.com/facebook/react/network/dependents) [![Github repo](https://badgen.net/badge/icon/Github?icon=github&label)](https://github.com/facebook/react) -适合初学者的综合 React 备忘清单。 +适合初学者的综合 React 备忘清单 入门 diff --git a/docs/typescript.md b/docs/typescript.md index 1832598..64785dc 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -6,7 +6,8 @@ TypeScript 备忘清单 [![Repo Dependents](https://badgen.net/github/dependents-repo/Microsoft/TypeScript)](https://github.com/Microsoft/TypeScript/network/dependents) [![Github repo](https://badgen.net/badge/icon/Github?icon=github&label)](https://github.com/Microsoft/TypeScript) -包含最重要基础、泛型、方法、class 等 TypeScript 强类型编程语言语法的快速参考备忘单。初学者的完整快速参考。 +包含最重要基础、泛型、方法、class 等 TypeScript 强类型编程语言语法的快速参考备忘单。初学者的完整快速参考 + 入门 Interface ----