mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Separate out bnjUrls
This commit is contained in:
parent
5dd2322ef5
commit
db1726e400
@ -19,10 +19,14 @@ export const mediaListUrls = [
|
||||
...favoriteListUrls,
|
||||
...upListUrls,
|
||||
]
|
||||
/** 拜年纪页面 */
|
||||
export const bnjUrls = [
|
||||
/\/\/www\.bilibili\.com\/festival\/(\d+)bnj/,
|
||||
]
|
||||
/** 含有普通视频的页面 */
|
||||
export const videoUrls = [
|
||||
'//www.bilibili.com/video/',
|
||||
/\/\/www\.bilibili\.com\/festival\/(\d+)bnj/,
|
||||
...bnjUrls,
|
||||
...mediaListUrls,
|
||||
]
|
||||
/** 含有番剧的页面 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user