mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix tab open when reordering
This commit is contained in:
parent
ecaac1d688
commit
cf719d06c9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -208,7 +208,7 @@
|
||||
"show-dead-video-title.min.js": "8D591930421EBA43A1BDF50DC8B645C1BD1A17E109FB1CFBCD6B78E6C74E1D68",
|
||||
"simple-home.vue.min.js": "1F5CF46DEE65549A30C5F0790578EED0C6B3AD6C5F20D9B88CD745C4B7664ABB",
|
||||
"simple-home-bangumi-category.vue.min.js": "F4B541AD738BB6872FD66F5142544828795F34D1B24481C4C04F95047424D658",
|
||||
"simple-home-categories.vue.min.js": "C3347E1412E971E81CCCEFF96C90F6CCA9CD8893FE8860CBA98F9562965A02C6",
|
||||
"simple-home-categories.vue.min.js": "A1E97FA871BCC098DDF6309B09FDD802AFEC4E2BFC6EEAE5FEEFEB1D3B7C526D",
|
||||
"simple-home-feeds.vue.min.js": "C1593338AECD2C8E172829E423608177C5CCBF51868E6CBE9BDEB8862D4890DF",
|
||||
"simple-home-normal-category.vue.min.js": "085F19436277476D5F6F9309EF1E3738B2AF36C56B4E2038B44EAE38F4602C15",
|
||||
"simplify-home.min.css": "50F0FA046D61ECE5183409CF97C8DBECB4CF64918DF813CD2B39BF9FBD314B42",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/simple-home-categories.vue.min.js
vendored
2
min/simple-home-categories.vue.min.js
vendored
File diff suppressed because one or more lines are too long
@ -113,6 +113,9 @@ export default {
|
||||
}
|
||||
},
|
||||
selectTab(tab: { key: string; name: string }) {
|
||||
if (this.reordering) {
|
||||
return
|
||||
}
|
||||
if (this.selectedTab === tab.key && this.regionLinks) {
|
||||
const link = this.regionLinks[tab.key] as string
|
||||
window.open(`https://www.bilibili.com/${link}`, '_blank')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user