🪛 chore: 清理tunnel

This commit is contained in:
zhiyu1998 2024-08-11 12:39:24 +08:00
parent 95f39326d7
commit c9c330baf3
3 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import { Buffer } from 'node:buffer';
// 其他库 // 其他库
import axios from "axios"; import axios from "axios";
import _ from "lodash"; import _ from "lodash";
import tunnel from "tunnel";
import { HttpsProxyAgent } from 'https-proxy-agent'; import { HttpsProxyAgent } from 'https-proxy-agent';
import { exec, execSync } from "child_process"; import { exec, execSync } from "child_process";
import { checkAndRemoveFile, deleteFolderRecursive, mkdirIfNotExists } from "../utils/file.js"; import { checkAndRemoveFile, deleteFolderRecursive, mkdirIfNotExists } from "../utils/file.js";

View File

@ -1,7 +1,6 @@
import schedule from "node-schedule"; import schedule from "node-schedule";
import common from "../../../lib/common/common.js"; import common from "../../../lib/common/common.js";
import axios from "axios"; import axios from "axios";
import tunnel from "tunnel";
import fs from "node:fs"; import fs from "node:fs";
import fetch from "node-fetch"; import fetch from "node-fetch";
import { mkdirIfNotExists } from "./file.js"; import { mkdirIfNotExists } from "./file.js";

View File

@ -1,5 +1,5 @@
/** /**
* 将只有string的数组转换为原生的 {Bot.makeForwardMsg} * 将只有 text 类型的数组转换为原生的 {Bot.makeForwardMsg}
* @param e * @param e
* @param textArray {string[]} * @param textArray {string[]}
*/ */