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 ----