From 7405b0299b782c644aa0f9f42d8ac845e58900f2 Mon Sep 17 00:00:00 2001 From: Hoarfroster Date: Fri, 13 Dec 2024 20:26:48 +0800 Subject: [PATCH] Update index.md --- .../mozilla/add-ons/webextensions/api/topsites/get/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/topsites/get/index.md b/files/zh-cn/mozilla/add-ons/webextensions/api/topsites/get/index.md index 46523ec63d13a8..21ded6ec7d4520 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/topsites/get/index.md +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/topsites/get/index.md @@ -9,7 +9,7 @@ l10n: 获取包含用户最近经常访问的页面信息的数组。 -浏览器会保留用户经常访问的页面和最近访问的页面的列表。它们使用此列表来帮助用户轻松返回这些地方。例如,Firefox 默认提供了在“新标签”页中显示的最常访问页面的列表。 +浏览器会保留用最近经常访问的页面的列表。它们使用此列表来帮助用户轻松返回这些地方。例如,Firefox 默认提供了在“新标签”页中显示的最常访问页面的列表。 要确定哪些页面出现在列表中,以及它们出现的顺序,浏览器会结合“频率”(用户访问页面的频率)和“最近性”(用户最近访问页面的时间)。