From 836f60824f1059841740aaef03ef83a0bcef06a3 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 6 Jan 2025 02:00:50 +0800 Subject: [PATCH] chore: correct the grammar --- src/contentScripts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contentScripts/index.ts b/src/contentScripts/index.ts index c5f7a8c5..0a2b3f19 100644 --- a/src/contentScripts/index.ts +++ b/src/contentScripts/index.ts @@ -85,7 +85,7 @@ function isSupportedPages(): boolean { } } -// Only support dock record original bilibili page +// Only supports Bilibili page URLs recorded in the dock export function isSupportedIframePages(): boolean { if ( isInIframe()