diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-28 00:37:58 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-28 00:37:58 +0000 |
commit | 3e4adea2ee2e5d4484e1b53c2cb61b4f897ac593 (patch) | |
tree | a9c2467fb4f62ecaa7efa328b78a43012f10ca8b /files/zh-cn | |
parent | 8eb7592bb0d90072c33df6d51c3c4dbc1e6754c0 (diff) | |
download | translated-content-3e4adea2ee2e5d4484e1b53c2cb61b4f897ac593.tar.gz translated-content-3e4adea2ee2e5d4484e1b53c2cb61b4f897ac593.tar.bz2 translated-content-3e4adea2ee2e5d4484e1b53c2cb61b4f897ac593.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/documenttouch/index.html (renamed from files/zh-cn/web/api/documenttouch/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 cdfd4b6b33..42a485d721 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1503,6 +1503,7 @@ /zh-CN/docs/Web/API/DocumentOrShadowRoot/getSelection /zh-CN/docs/Web/API/Document/getSelection /zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /zh-CN/docs/Web/API/Document/pointerLockElement /zh-CN/docs/Web/API/DocumentOrShadowRoot/styleSheets /zh-CN/docs/Web/API/Document/styleSheets +/zh-CN/docs/Web/API/DocumentTouch /zh-CN/docs/orphaned/Web/API/DocumentTouch /zh-CN/docs/Web/API/Document_Object_Model/Events /zh-CN/docs/orphaned/Web/API/Document_Object_Model/Events /zh-CN/docs/Web/API/Document_Object_Model/Preface /zh-CN/docs/conflicting/Web/API/Document_Object_Model /zh-CN/docs/Web/API/Element.classList /zh-CN/docs/Web/API/Element/classList diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 0298927ad2..eb8aaa18d2 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -11904,12 +11904,6 @@ "eventao" ] }, - "Web/API/DocumentTouch": { - "modified": "2019-03-23T22:57:10.414Z", - "contributors": [ - "yangkui" - ] - }, "Web/API/DocumentType": { "modified": "2020-10-15T21:51:21.460Z", "contributors": [ @@ -49879,6 +49873,12 @@ "iainreid629" ] }, + "orphaned/Web/API/DocumentTouch": { + "modified": "2019-03-23T22:57:10.414Z", + "contributors": [ + "yangkui" + ] + }, "orphaned/Web/API/Document_Object_Model/Events": { "modified": "2019-07-06T03:38:22.874Z", "contributors": [ diff --git a/files/zh-cn/web/api/documenttouch/index.html b/files/zh-cn/orphaned/web/api/documenttouch/index.html index 60b7ebb841..9dd10a6ba5 100644 --- a/files/zh-cn/web/api/documenttouch/index.html +++ b/files/zh-cn/orphaned/web/api/documenttouch/index.html @@ -1,7 +1,8 @@ --- title: DocumentTouch -slug: Web/API/DocumentTouch +slug: orphaned/Web/API/DocumentTouch translation_of: Web/API/DocumentTouch +original_slug: Web/API/DocumentTouch --- <p>{{ ApiRef("DOM") }}</p> |