feat 自定义订阅

This commit is contained in:
jxxghp
2023-08-10 12:42:15 +08:00
parent 2ddc112e0a
commit f7d55421b0
11 changed files with 851 additions and 16 deletions
+3 -3
View File
@@ -147,9 +147,9 @@ async function fetchData({ done }: { done: any }) {
</div>
<NoDataFound
v-if="dataList.length === 0 && isRefreshed"
error-code="500"
error-title="出错啦"
error-description="无法获取到媒体信息请检查网络连接"
error-code="404"
error-title="没有数据"
error-description="无法获取到TMDB媒体信息"
/>
</VInfiniteScroll>
</template>