diff options
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 2 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 64 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/reference/api/index.html (renamed from files/zh-cn/web/reference/api/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/reference/index.html (renamed from files/zh-cn/web/reference/index.html) | 3 |
4 files changed, 38 insertions, 34 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index ed7e0d8b5f..62de81aff3 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -2651,6 +2651,8 @@ /zh-CN/docs/Web/Progressive_web_apps/优势 /zh-CN/docs/conflicting/Web/Progressive_web_apps/Introduction /zh-CN/docs/Web/Progressive_web_apps/加载 /zh-CN/docs/Web/Progressive_web_apps/Loading /zh-CN/docs/Web/Progressive_web_apps/添加到主屏幕 /zh-CN/docs/Web/Progressive_web_apps/Add_to_home_screen +/zh-CN/docs/Web/Reference /zh-CN/docs/orphaned/Web/Reference +/zh-CN/docs/Web/Reference/API /zh-CN/docs/orphaned/Web/Reference/API /zh-CN/docs/Web/SVG/Attribute/文本锚点 /zh-CN/docs/Web/SVG/Attribute/text-anchor /zh-CN/docs/Web/SVG/Attribute/样式 /zh-CN/docs/Web/SVG/Attribute/Styling /zh-CN/docs/Web/SVG/Element/color-profile /zh-CN/docs/orphaned/Web/SVG/Element/color-profile diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 4b5d22d492..5eeb393762 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -45535,38 +45535,6 @@ "DingGuangbo" ] }, - "Web/Reference": { - "modified": "2019-03-18T21:10:51.690Z", - "contributors": [ - "SphinxKnight", - "acuptea", - "rguanghui", - "huasheng", - "yangchengjian", - "liuwentianwtu", - "jack7758", - "ValkyrieLawliet", - "ZhangKaiqiang", - "colin-zhou", - "ziyunfei", - "Sheppy" - ] - }, - "Web/Reference/API": { - "modified": "2020-02-06T00:29:14.463Z", - "contributors": [ - "RainSlide", - "yongxiaodu", - "micblo", - "kevinfszu", - "yfdyh000", - "zmh_w", - "tangxiaobaobao", - "ziyunfei", - "noscripter", - "hutuxu" - ] - }, "Web/SVG": { "modified": "2020-05-25T07:08:22.112Z", "contributors": [ @@ -50707,6 +50675,38 @@ "faliye" ] }, + "orphaned/Web/Reference": { + "modified": "2019-03-18T21:10:51.690Z", + "contributors": [ + "SphinxKnight", + "acuptea", + "rguanghui", + "huasheng", + "yangchengjian", + "liuwentianwtu", + "jack7758", + "ValkyrieLawliet", + "ZhangKaiqiang", + "colin-zhou", + "ziyunfei", + "Sheppy" + ] + }, + "orphaned/Web/Reference/API": { + "modified": "2020-02-06T00:29:14.463Z", + "contributors": [ + "RainSlide", + "yongxiaodu", + "micblo", + "kevinfszu", + "yfdyh000", + "zmh_w", + "tangxiaobaobao", + "ziyunfei", + "noscripter", + "hutuxu" + ] + }, "orphaned/Web/SVG/Element/color-profile": { "modified": "2019-03-23T22:46:33.322Z", "contributors": [ diff --git a/files/zh-cn/web/reference/api/index.html b/files/zh-cn/orphaned/web/reference/api/index.html index 83813fdcce..7776447853 100644 --- a/files/zh-cn/web/reference/api/index.html +++ b/files/zh-cn/orphaned/web/reference/api/index.html @@ -1,11 +1,12 @@ --- title: Web API 参考 -slug: Web/Reference/API +slug: orphaned/Web/Reference/API tags: - API - Web - 参考 translation_of: Web/Reference/API +original_slug: Web/Reference/API --- <p><span class="seoSummary">Web 提供了各种各样的 API 来完成各种的任务。这些 API 可以用 JavaScript 来访问,令你可以做很多事儿,小到对任意 {{domxref("window")}} 或者 {{domxref("element")}}做小幅调整,大到使用诸如 <a href="/zh-CN/docs/Web/WebGL">WebGL</a> 和 <a href="/zh-CN/docs/Web/API/Web_Audio_API">Web Audio</a> 的 API 来生成复杂的图形和音效。 </span></p> diff --git a/files/zh-cn/web/reference/index.html b/files/zh-cn/orphaned/web/reference/index.html index 8f5dbaf3a4..c0d55672b9 100644 --- a/files/zh-cn/web/reference/index.html +++ b/files/zh-cn/orphaned/web/reference/index.html @@ -1,10 +1,11 @@ --- title: Web 技术参考 -slug: Web/Reference +slug: orphaned/Web/Reference tags: - Web - Web开发指引 translation_of: Web/Reference +original_slug: Web/Reference --- <p>开放的 Web 是由一系列的技术所构成的,为了使用这些技术我们需要有足够的知识,现在我们可以在下面找到指引我们学习这些知识的链接。</p> |