From 212b58ada9cb1b8d975ac8944d32503c46eb6af4 Mon Sep 17 00:00:00 2001 From: helti Date: Wed, 15 Jan 2025 20:04:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/github.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/github.ts b/src/routes/github.ts index 32fe496..1e78600 100644 --- a/src/routes/github.ts +++ b/src/routes/github.ts @@ -2,8 +2,8 @@ import fetch from "node-fetch"; import * as cheerio from "cheerio"; import { ListContext } from "../types"; -import logger from "../utils/logger"; -import { getCache, setCache } from "../utils/cache"; +import logger from "../utils/logger.js"; +import { getCache, setCache } from "../utils/cache.js"; /** * 定义 Trending 仓库信息的类型