显示最新20条带4标十收购贴
This commit is contained in:
parent
607c5b440f
commit
ce25eee450
|
|
@ -112,7 +112,7 @@ export default function Home() {
|
|||
setDragonStats(data || {})
|
||||
}).catch(() => {})
|
||||
|
||||
fetch('/api/yichens/posts?limit=50&offset=0&keyword=标十').then(res => res.json()).then(data => {
|
||||
fetch('/api/yichens/posts?limit=20&offset=0&keyword=标十').then(res => res.json()).then(data => {
|
||||
// 过滤出带4/通货相关的分类
|
||||
const filtered = (data.posts || data || []).filter(item => {
|
||||
const cat = item.category || ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue