mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
Merge pull request #327 from cddjr/fix_plugin_market_duplication
This commit is contained in:
@@ -392,7 +392,7 @@ watch([marketList, filterForm, activeSort], () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 显示前20个
|
// 显示前20个
|
||||||
displayUninstalledList.value = sortedUninstalledList.value.slice(0, 20)
|
displayUninstalledList.value = sortedUninstalledList.value.splice(0, 20)
|
||||||
})
|
})
|
||||||
|
|
||||||
// 标签转换
|
// 标签转换
|
||||||
|
|||||||
Reference in New Issue
Block a user