mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-17 12:10:49 +02:00
[zh] fix some links
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
# 教程
|
# 教程
|
||||||
|
|
||||||
1. [HTML 简介](../1-intro-to-html/translations/README.zh-tw.md)
|
1. [HTML 简介](../1-intro-to-html/translations/README.zh-cn.md)
|
||||||
2. [CSS 简介](../2-intro-to-css/translations/README.zh-tw.md)
|
2. [CSS 简介](../2-intro-to-css/translations/README.zh-tw.md)
|
||||||
3. [DOM 简介与 JS 闭包](../translations/3-intro-to-DOM-and-closures/README.zh-tw.md)
|
3. [DOM 简介与 JS 闭包](../3-intro-to-DOM-and-closures/translations/README.zh-tw.md)
|
||||||
|
|
||||||
## 参与人员
|
## 参与人员
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
1. [HTML 簡介](../1-intro-to-html/translations/README.zh-tw.md)
|
1. [HTML 簡介](../1-intro-to-html/translations/README.zh-tw.md)
|
||||||
2. [CSS 簡介](../2-intro-to-css/translations/README.zh-tw.md)
|
2. [CSS 簡介](../2-intro-to-css/translations/README.zh-tw.md)
|
||||||
3. [DOM 簡介與閉包](../translations/3-intro-to-DOM-and-closures/README.zh-tw.md)
|
3. [DOM 簡介與閉包](../3-intro-to-DOM-and-closures/translations/README.zh-tw.md)
|
||||||
|
|
||||||
## 參與人員
|
## 參與人員
|
||||||
|
|
||||||
|
@@ -143,7 +143,7 @@ npm start
|
|||||||
|
|
||||||
### 加入程式碼
|
### 加入程式碼
|
||||||
|
|
||||||
1. **加入特定物件** `hero`、`enemy` 和 `game object`,它們皆有 `x` 與 `y` 位置屬性。(記得課程[繼承與組合](../../README.zh-tw.md)中的片段)。
|
1. **加入特定物件** `hero`、`enemy` 和 `game object`,它們皆有 `x` 與 `y` 位置屬性。(記得課程[繼承與組合](../../translations/README.zh-tw.md)中的片段)。
|
||||||
|
|
||||||
*提示* `game object` 要有 `x` 和 `y`,以及繪製到畫布上的能力。
|
*提示* `game object` 要有 `x` 和 `y`,以及繪製到畫布上的能力。
|
||||||
|
|
||||||
@@ -214,7 +214,7 @@ npm start
|
|||||||
|
|
||||||
這時候檢查你的瀏覽器命令欄,看看是否能偵測到鍵盤輸入。
|
這時候檢查你的瀏覽器命令欄,看看是否能偵測到鍵盤輸入。
|
||||||
|
|
||||||
3. **建立**[發布訂閱模式](../../README.zh-tw.md),這能讓剩下的程式段落保持乾淨。
|
3. **建立**[發布訂閱模式](../../translations/README.zh-tw.md),這能讓剩下的程式段落保持乾淨。
|
||||||
|
|
||||||
要做到此步驟,你可以:
|
要做到此步驟,你可以:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user