mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix self-repost option (#5229)
This commit is contained in:
parent
20b9a0c3f9
commit
7ffb224774
@ -146,7 +146,7 @@ export default Vue.extend({
|
||||
}
|
||||
this.allTypes = Object.entries(feedsCardTypes)
|
||||
.concat(Object.entries(specialTypes))
|
||||
.filter(([, type]) => type.id <= 2048 && type.id > 0)
|
||||
.filter(([, type]) => type.id <= 2048 && type.id !== 0)
|
||||
.map(([name, type]) => [name, lodash.clone(type)])
|
||||
cardsManager = await forEachFeedsCard({
|
||||
added: card => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user