优化知乎拉取

This commit is contained in:
allen.zhou
2024-04-30 15:47:14 +08:00
parent cdf2479044
commit 5555cc6f00

View File

@@ -1,3 +1,4 @@
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
import type { RouterData } from "../types.js";
import type { RouterType } from "../router.types.js";
import { get } from "../utils/getData.js";