From af6f74c344bbc858bfbeb739e50f7bb408380af0 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 24 Apr 2025 13:05:37 +0800 Subject: [PATCH] docs: Added "[Always Light Mode]" to the homepage (#1608) --- docs/.vitepress/components/UsingWxtSection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/components/UsingWxtSection.vue b/docs/.vitepress/components/UsingWxtSection.vue index 50c88a7e..83560abf 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -72,6 +72,7 @@ const chromeExtensionIds = [ 'hlnhhamckimoaiekbglafiebkfimhapb', // SnapThePrice: AI-Powered Real-time Lowest Price Finder 'gdjampjdgjmbifnhldgcnccdjkcoicmg', // radiofrance - news & broadcasts (French), music (international) 'jlnhphlghikichhgbnkepenehbmloenb', // Blens - Time Tracker and AI Insight + 'njnammmpdodmfkodnfpammnpdcbhnlcm', // Always Light Mode - Setting website always in light mode ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);