feat: 新增 吾爱破解、果壳、快手

This commit is contained in:
imsyy
2024-12-05 15:28:28 +08:00
parent f38d264366
commit 161b6b612b
22 changed files with 288 additions and 1050 deletions

View File

@@ -59,7 +59,7 @@ app.get("/", (c) => c.html(<Home />));
app.notFound((c) => c.html(<NotFound />, 404));
// error
app.onError((err, c) => {
logger.error(`出现致命错误:${err}`);
logger.error(`❌ [ERROR] ${err?.message}`);
return c.html(<Error error={err?.message} />, 500);
});