mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes' into preview-features
This commit is contained in:
commit
8bafd7cdd4
@ -274,6 +274,9 @@ export default Vue.extend({
|
||||
},
|
||||
mounted() {
|
||||
coreApis.observer.videoChange(() => {
|
||||
this.selectedInput = undefined
|
||||
this.selectedApi = undefined
|
||||
|
||||
const matchedInputs = filterData(inputs)
|
||||
this.inputs = matchedInputs
|
||||
this.selectedInput = matchedInputs[0]
|
||||
|
||||
@ -17,6 +17,7 @@ export const mediaListUrls = [
|
||||
/** 含有普通视频的页面 */
|
||||
export const videoUrls = [
|
||||
'//www.bilibili.com/video/',
|
||||
/\/\/www\.bilibili\.com\/festival\/(\d+)bnj/,
|
||||
...mediaListUrls,
|
||||
]
|
||||
/** 含有番剧的页面 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user