更改hours时限
This commit is contained in:
parent
782a5f7200
commit
702abb181f
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user