diff --git a/docs/chapter02.md b/docs/chapter02.md index b1d3a2b..ea3d294 100644 --- a/docs/chapter02.md +++ b/docs/chapter02.md @@ -94,7 +94,6 @@ [面向初学者的 TypeScript 完全指南](https://www.freecodecamp.org/chinese/news/learn-typescript-beginners-guide) -[pdf版下载](./resources/面向初学者的%20TypeScript%20完全指南.pdf) - **TypeScript简介:** TypeScript是JavaScript的一个超集,它添加了静态类型检查。 - **类型系统:** TypeScript支持多种数据类型,如`number`、`string`、`boolean`、`object`、`array`等。 diff --git a/docs/resources/面向初学者的 TypeScript 完全指南.pdf b/docs/resources/面向初学者的 TypeScript 完全指南.pdf deleted file mode 100644 index 1f8cf11..0000000 Binary files a/docs/resources/面向初学者的 TypeScript 完全指南.pdf and /dev/null differ