mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
fix: 导入路径
This commit is contained in:
@@ -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 仓库信息的类型
|
||||||
|
|||||||
Reference in New Issue
Block a user