From 9bedacb78bc94ccd7224d387c47414378adc744a Mon Sep 17 00:00:00 2001 From: Allo Date: Mon, 23 Sep 2024 21:10:56 +0800 Subject: [PATCH] clean up --- files/zh-cn/.markdownlint.jsonc | 2 +- .../zh-cn/mozilla/add-ons/webextensions/api/history/index.md | 4 +--- files/zh-cn/mozilla/add-ons/webextensions/api/i18n/index.md | 2 -- files/zh-cn/mozilla/add-ons/webextensions/api/idle/index.md | 2 -- .../add-ons/webextensions/api/runtime/connectnative/index.md | 2 -- .../add-ons/webextensions/api/runtime/getmanifest/index.md | 2 -- .../zh-cn/mozilla/add-ons/webextensions/api/runtime/index.md | 2 -- .../add-ons/webextensions/api/runtime/onconnect/index.md | 2 -- .../webextensions/api/runtime/openoptionspage/index.md | 2 -- .../add-ons/webextensions/api/runtime/platformarch/index.md | 2 -- .../add-ons/webextensions/api/runtime/platformos/index.md | 2 -- .../webextensions/api/runtime/sendnativemessage/index.md | 2 -- .../add-ons/webextensions/api/sessions/session/index.md | 2 -- .../zh-cn/mozilla/add-ons/webextensions/api/storage/index.md | 4 +--- .../webextensions/api/webrequest/requestfilter/index.md | 2 -- .../mozilla/add-ons/webextensions/api/windows/create/index.md | 2 -- .../add-ons/webextensions/api/windows/windowstate/index.md | 4 +--- .../add-ons/webextensions/api/windows/windowtype/index.md | 2 -- files/zh-cn/web/api/local_font_access_api/index.md | 2 +- files/zh-cn/web/api/navigator/scheduling/index.md | 2 +- files/zh-cn/web/http/client_hints/index.md | 2 +- files/zh-cn/web/http/headers/device-memory/index.md | 2 +- files/zh-cn/web/http/headers/dpr/index.md | 2 +- files/zh-cn/web/http/headers/sec-ch-ua-arch/index.md | 2 +- files/zh-cn/web/http/headers/sec-ch-ua-bitness/index.md | 2 +- .../web/http/headers/sec-ch-ua-full-version-list/index.md | 2 +- files/zh-cn/web/http/headers/sec-ch-ua-full-version/index.md | 2 +- files/zh-cn/web/http/headers/sec-ch-ua/index.md | 2 +- .../javascript/reference/errors/already_has_pragma/index.md | 2 +- .../reference/global_objects/sharedarraybuffer/index.md | 2 +- 30 files changed, 16 insertions(+), 50 deletions(-) diff --git a/files/zh-cn/.markdownlint.jsonc b/files/zh-cn/.markdownlint.jsonc index b03a853f3e2616..6af1da01b2dc36 100644 --- a/files/zh-cn/.markdownlint.jsonc +++ b/files/zh-cn/.markdownlint.jsonc @@ -63,7 +63,7 @@ }, { "name": "chrome-dev-mirror-links", - "message": "Don't use developer.chrome.com for links in zh-cn localizations", + "message": "Use the CN mirror site for developer.chrome.com", "searchPattern": "/\\]\\(https:\\/\\/developer.chrome.com\\//g", "replace": "](https://developer.chrome.google.cn/", "searchScope": "text", diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md b/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md index 5efcfba3222d3c..7fc63ab6bd4ffb 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md @@ -64,9 +64,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/history {{WebExtExamples("h2")}} > [!NOTE] -> 该 API 基于 Chromium 的[`chrome.history`](https://developer.chrome.google.cn/docs/extensions/reference/api/history) API。该文档由 Chromium 代码中的[`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json)衍生而来。 -> -> 微软 Edge 兼容性数据由微软公司提供并包含在如下证书中——Creative Commons Attribution 3.0 United States License. +> 该 API 基于 Chromium 的 [`chrome.history`](https://developer.chrome.google.cn/docs/extensions/reference/api/history) API。该文档由 Chromium 代码中的 [`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json) 衍生而来。