diff options
author | MDN <actions@users.noreply.github.com> | 2021-04-23 00:11:28 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-04-23 00:11:28 +0000 |
commit | d4dae3ab11f8ac9044e39e8c13f899e215917740 (patch) | |
tree | e4adcae4ae962d2f3f7a4b025b77966612950de2 /files/zh-cn | |
parent | 681ea6909006505f92ae06c7c4fe78af002f9f69 (diff) | |
download | translated-content-d4dae3ab11f8ac9044e39e8c13f899e215917740.tar.gz translated-content-d4dae3ab11f8ac9044e39e8c13f899e215917740.tar.bz2 translated-content-d4dae3ab11f8ac9044e39e8c13f899e215917740.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/parentnode/replacechildren/index.html (renamed from files/zh-cn/web/api/parentnode/replacechildren/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 682aa37417..4ed8e0a1aa 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1736,6 +1736,7 @@ /zh-CN/docs/Web/API/ParentNode/firstElementChild /zh-CN/docs/orphaned/Web/API/ParentNode/firstElementChild /zh-CN/docs/Web/API/ParentNode/lastElementChild /zh-CN/docs/orphaned/Web/API/ParentNode/lastElementChild /zh-CN/docs/Web/API/ParentNode/prepend /zh-CN/docs/orphaned/Web/API/ParentNode/prepend +/zh-CN/docs/Web/API/ParentNode/replaceChildren /zh-CN/docs/orphaned/Web/API/ParentNode/replaceChildren /zh-CN/docs/Web/API/Performance.now() /zh-CN/docs/Web/API/Performance/now /zh-CN/docs/Web/API/Performance/内存 /zh-CN/docs/Web/API/Performance/memory /zh-CN/docs/Web/API/Position /zh-CN/docs/Web/API/GeolocationPosition diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 83e03da7cf..ef4457c61b 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -16781,12 +16781,6 @@ "ZZES_REN" ] }, - "Web/API/ParentNode/replaceChildren": { - "modified": "2020-10-15T22:33:59.306Z", - "contributors": [ - "JoshOY" - ] - }, "Web/API/Path2D": { "modified": "2019-03-23T22:53:11.857Z", "contributors": [ @@ -50798,5 +50792,11 @@ "Song2017", "FredWe" ] + }, + "orphaned/Web/API/ParentNode/replaceChildren": { + "modified": "2020-10-15T22:33:59.306Z", + "contributors": [ + "JoshOY" + ] } }
\ No newline at end of file diff --git a/files/zh-cn/web/api/parentnode/replacechildren/index.html b/files/zh-cn/orphaned/web/api/parentnode/replacechildren/index.html index 4f1a67ac1b..d01a334fd7 100644 --- a/files/zh-cn/web/api/parentnode/replacechildren/index.html +++ b/files/zh-cn/orphaned/web/api/parentnode/replacechildren/index.html @@ -1,7 +1,8 @@ --- title: ParentNode.replaceChildren() -slug: Web/API/ParentNode/replaceChildren +slug: orphaned/Web/API/ParentNode/replaceChildren translation_of: Web/API/ParentNode/replaceChildren +original_slug: Web/API/ParentNode/replaceChildren --- <div>{{APIRef("DOM")}}{{seecompattable}}</div> |