fix: 导入路径

This commit is contained in:
helti
2025-01-15 20:04:42 +08:00
parent 16b9ad25d3
commit 212b58ada9

View File

@@ -2,8 +2,8 @@
import fetch from "node-fetch"; import fetch from "node-fetch";
import * as cheerio from "cheerio"; import * as cheerio from "cheerio";
import { ListContext } from "../types"; import { ListContext } from "../types";
import logger from "../utils/logger"; import logger from "../utils/logger.js";
import { getCache, setCache } from "../utils/cache"; import { getCache, setCache } from "../utils/cache.js";
/** /**
* 定义 Trending 仓库信息的类型 * 定义 Trending 仓库信息的类型