From db241b8446fa863ebca924ba9f31e8d5ca1ccdd6 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 5 Nov 2023 23:35:03 +0800 Subject: [PATCH] chore: rename sectionPage into channelPage --- src/contentScripts/index.ts | 2 +- src/styles/adaptedStyles/{sectionPage.scss => channelPage.scss} | 0 src/styles/adaptedStyles/index.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/styles/adaptedStyles/{sectionPage.scss => channelPage.scss} (100%) diff --git a/src/contentScripts/index.ts b/src/contentScripts/index.ts index b2485efb..1e41d310 100644 --- a/src/contentScripts/index.ts +++ b/src/contentScripts/index.ts @@ -128,7 +128,7 @@ function injectApp() { || /https?:\/\/space.bilibili.com\.*/.test(currentUrl) // notifications page || /https?:\/\/message.bilibili.com\.*/.test(currentUrl) - // bilibili section page + // bilibili channel page b站分区页面 || /https?:\/\/www.bilibili.com\/v\/.*/.test(currentUrl) // anime page || /https?:\/\/www.bilibili.com\/anime.*/.test(currentUrl) diff --git a/src/styles/adaptedStyles/sectionPage.scss b/src/styles/adaptedStyles/channelPage.scss similarity index 100% rename from src/styles/adaptedStyles/sectionPage.scss rename to src/styles/adaptedStyles/channelPage.scss diff --git a/src/styles/adaptedStyles/index.ts b/src/styles/adaptedStyles/index.ts index 5c75077c..b083c205 100644 --- a/src/styles/adaptedStyles/index.ts +++ b/src/styles/adaptedStyles/index.ts @@ -13,4 +13,4 @@ import './historyPage.scss' import './userSpacePage.scss' import './notificationsPage.scss' import './animePage.scss' -import './sectionPage.scss' +import './channelPage.scss'