Merge pull request #44 from jymusic0663/patch-1

修复首页nga接口不返回标题
This commit is contained in:
底层用户 2024-03-18 10:23:14 +08:00 committed by GitHub
commit 49854b33d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ const getData = (data) => {
result.forEach((result) => {
dataList.push({
author: result.author,
desc: result.subject,
title: result.subject,
parent: result.parent["2"],
tid: result.tid,
comments: Number(result.replies),