From 1dd856fc99f0961899945fd831a2d56f647b541f Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 23 Mar 2023 18:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/ithome.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/ithome.js b/routes/ithome.js index 5cb352f..05db858 100644 --- a/routes/ithome.js +++ b/routes/ithome.js @@ -78,6 +78,8 @@ itHomeRouter.get("/ithome", async (ctx) => { if (!data) { ctx.body = { code: 500, + title: "IT之家", + subtitle: "热榜", message: "获取失败", }; return false;