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 | 26 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/childnode/after/index.html (renamed from files/zh-cn/web/api/childnode/after/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/oscillatornode/stop/index.html (renamed from files/zh-cn/web/api/oscillatornode/stop/index.html) | 3 |
4 files changed, 19 insertions, 15 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 42a485d721..4b100a3e17 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1470,6 +1470,7 @@ /zh-CN/docs/Web/API/Channel_Messaging_API/使用_channel_messaging /zh-CN/docs/Web/API/Channel_Messaging_API/Using_channel_messaging /zh-CN/docs/Web/API/ChildNode.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling /zh-CN/docs/Web/API/ChildNode.remove /zh-CN/docs/orphaned/Web/API/ChildNode/remove +/zh-CN/docs/Web/API/ChildNode/after /zh-CN/docs/orphaned/Web/API/ChildNode/after /zh-CN/docs/Web/API/ChildNode/remove /zh-CN/docs/orphaned/Web/API/ChildNode/remove /zh-CN/docs/Web/API/ChildNode/replaceWith /zh-CN/docs/orphaned/Web/API/ChildNode/replaceWith /zh-CN/docs/Web/API/Childnode.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling @@ -1737,6 +1738,7 @@ /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling /zh-CN/docs/Web/API/Notation /zh-CN/docs/orphaned/Web/API/Notation /zh-CN/docs/Web/API/OfflineAudioContext/complete /zh-CN/docs/Web/API/OfflineAudioContext/complete_event +/zh-CN/docs/Web/API/OscillatorNode/stop /zh-CN/docs/orphaned/Web/API/OscillatorNode/stop /zh-CN/docs/Web/API/ParentNode /zh-CN/docs/orphaned/Web/API/ParentNode /zh-CN/docs/Web/API/ParentNode.childElementCount /zh-CN/docs/Web/API/Element/childElementCount /zh-CN/docs/Web/API/ParentNode.children /zh-CN/docs/orphaned/Web/API/ParentNode/children diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index eb8aaa18d2..f804e5262b 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -9726,13 +9726,6 @@ "AlexChao" ] }, - "Web/API/ChildNode/after": { - "modified": "2020-10-15T21:51:08.472Z", - "contributors": [ - "Ende93", - "Cattla" - ] - }, "Web/API/ChildNode/before": { "modified": "2019-03-23T22:12:22.842Z", "contributors": [ @@ -18676,12 +18669,6 @@ "Nonym" ] }, - "Web/API/OscillatorNode/stop": { - "modified": "2019-03-23T22:09:45.455Z", - "contributors": [ - "boolean111000" - ] - }, "Web/API/PageTransitionEvent": { "modified": "2019-04-28T22:02:49.952Z", "contributors": [ @@ -49814,6 +49801,13 @@ "smilewalker" ] }, + "orphaned/Web/API/ChildNode/after": { + "modified": "2020-10-15T21:51:08.472Z", + "contributors": [ + "Ende93", + "Cattla" + ] + }, "orphaned/Web/API/ChildNode/remove": { "modified": "2020-10-15T21:27:27.352Z", "contributors": [ @@ -50008,6 +50002,12 @@ "xiaoxingchi" ] }, + "orphaned/Web/API/OscillatorNode/stop": { + "modified": "2019-03-23T22:09:45.455Z", + "contributors": [ + "boolean111000" + ] + }, "orphaned/Web/API/ParentNode": { "modified": "2020-10-15T21:30:05.597Z", "contributors": [ diff --git a/files/zh-cn/web/api/childnode/after/index.html b/files/zh-cn/orphaned/web/api/childnode/after/index.html index 9ae67b4815..76792e7638 100644 --- a/files/zh-cn/web/api/childnode/after/index.html +++ b/files/zh-cn/orphaned/web/api/childnode/after/index.html @@ -1,7 +1,8 @@ --- title: ChildNode.after() -slug: Web/API/ChildNode/after +slug: orphaned/Web/API/ChildNode/after translation_of: Web/API/ChildNode/after +original_slug: Web/API/ChildNode/after --- <div>{{APIRef("DOM")}}</div> diff --git a/files/zh-cn/web/api/oscillatornode/stop/index.html b/files/zh-cn/orphaned/web/api/oscillatornode/stop/index.html index 3b776727b6..be94b576e6 100644 --- a/files/zh-cn/web/api/oscillatornode/stop/index.html +++ b/files/zh-cn/orphaned/web/api/oscillatornode/stop/index.html @@ -1,7 +1,8 @@ --- title: OscillatorNode.stop() -slug: Web/API/OscillatorNode/stop +slug: orphaned/Web/API/OscillatorNode/stop translation_of: Web/API/OscillatorNode/stop +original_slug: Web/API/OscillatorNode/stop --- <p>{{ APIRef("Web Audio API") }}</p> |