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