fix: keep all home channels in scroll list

This commit is contained in:
hajimi
2026-08-02 00:35:05 +08:00
parent 9cbf5f6818
commit 07a366cf3a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -182,7 +182,6 @@ const primaryChannels = computed(() => {
return allChannels.value
.map((item, index) => ({ ...item, index }))
.filter((item) => item.specialType !== 'mychannel')
.slice(0, 5)
})
const featuredArticle = computed(() => {