This commit is contained in:
archer
2023-07-18 11:50:16 +08:00
parent f9d83c481f
commit 505aff3dbf
26 changed files with 216 additions and 210 deletions

View File

@@ -27,7 +27,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
_id: item._id,
updateTime: item.updateTime,
appId: item.appId,
title: item.customTitle || item.title,
customTitle: item.customTitle,
title: item.title,
top: item.top
}))
});