更改hours时限

This commit is contained in:
ZtRXR 2023-09-02 22:23:32 +08:00
parent 782a5f7200
commit 702abb181f

View File

@ -6,7 +6,7 @@ const getWebArr:string[] = await $fetch("https://data.zziyu.cn/hot/webs")
<template>
<div style="display: flex;align-items: center;justify-content: center;flex-direction: column">
<DataTimesTop v-for="(item,index) in getWebArr" :fromWeb="item" :limit="5" :hours="2" :key="index"></DataTimesTop>
<DataTimesTop v-for="(item,index) in getWebArr" :fromWeb="item" :limit="5" :hours="1" :key="index"></DataTimesTop>
</div>
</template>