chore: rename sectionPage into channelPage

This commit is contained in:
Hakadao
2023-11-05 23:35:03 +08:00
parent be18b42e35
commit db241b8446
3 changed files with 2 additions and 2 deletions

View File

@@ -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)