This commit is contained in:
jxxghp
2023-10-12 22:45:59 +08:00
parent e34f18799f
commit c94d5f7e7d
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.3.2-1",
"version": "1.3.2-2",
"private": true,
"bin": "dist/service.js",
"scripts": {
@@ -106,4 +106,4 @@
"resolutions": {
"postcss": "8"
}
}
}

View File

@@ -217,10 +217,10 @@ watchEffect(() => {
</VCard>
<div class="grid gap-3 grid-torrent-card items-start">
<TorrentCard
v-for="(data, index) in dataList"
:key="index"
:torrent="data"
:more="data.more"
v-for="(item, index) in dataList"
:key="`${index}_${item.torrent_info.title}_${item.torrent_info.site}`"
:torrent="item"
:more="item.more"
/>
</div>
</template>

View File

@@ -77,7 +77,7 @@ watchEffect(() => {
// 季过滤
&& match(filterForm.season, meta_info.season_episode)
// 制作组过滤
&& match(filterForm.releaseGroup, meta_info.resource_term)
&& match(filterForm.releaseGroup, meta_info.resource_team)
// 视频编码过滤
&& match(filterForm.videoCode, meta_info.video_encode)
// 分辨率过滤
@@ -106,7 +106,7 @@ onMounted(() => {
>
<TorrentItem
v-for="(item, index) in dataList"
:key="index"
:key="`${index}_${item.torrent_info.title}_${item.torrent_info.site}`"
:torrent="item"
/>
<VListItem v-if="dataList.length === 0">