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'