fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict (cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac) * fix: remove extra links Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * fix: revert changes * fix: revert changes * fix: revert changes * fix: revert changes
This commit is contained in:
committed by
Parth Parth
parent
1e9f5bc09a
commit
23ca5d9cc6
@@ -6,7 +6,7 @@ localeTitle: 打字稿
|
||||
|
||||
### 概观
|
||||
|
||||

|
||||

|
||||
|
||||
因此,正如您最有可能意识到的那样,JavaScript每天都在扩大其占用空间,而且现在您可以使用该语言实现这一目标,这既令人难以置信又令人惊叹。
|
||||
|
||||
@@ -16,7 +16,7 @@ localeTitle: 打字稿
|
||||
|
||||
您可以在[`TypeScript`](./) > [`JavaScript vs TypeScript`](./javascript-vs-typescript)了解有关语法差异的更多信息。
|
||||
|
||||

|
||||

|
||||
|
||||
从本质上讲,TypeScript正试图帮助JavaScript达到新的高度,并且变得非常可扩展,并且可以通过以下功能突出显示:
|
||||
|
||||
@@ -41,7 +41,7 @@ localeTitle: 打字稿
|
||||
|
||||
### 操场
|
||||
|
||||

|
||||

|
||||
|
||||
如果您想在不安装的情况下试用TypeScript,请访问[TypeScript Playground](http://www.typescriptlang.org/play/index.html) 。
|
||||
|
||||
|
@@ -4,7 +4,7 @@ localeTitle: 安装
|
||||
---
|
||||
## 安装
|
||||
|
||||

|
||||

|
||||
|
||||
要自己开始,您需要的两件事是TypeScript编译器和支持TypeScript的编辑器。
|
||||
|
||||
@@ -47,7 +47,7 @@ touch tsconfig.json
|
||||
|
||||
### 快速示例
|
||||
|
||||

|
||||

|
||||
|
||||
在上面的屏幕截图中,您可以看到两个文件 - `multiplication.js`和`multiplication.ts` 。
|
||||
|
||||
|
@@ -4,7 +4,7 @@ localeTitle: JavaScript与TypeScript
|
||||
---
|
||||
## JavaScript与TypeScript
|
||||
|
||||

|
||||

|
||||
|
||||
好的,现在我们对TypeScript有了一般意义,让我们玩一下**Where's Waldo**的快速游戏吧。
|
||||
|
||||
|
Reference in New Issue
Block a user