From b7df41ccb3037e556daccbb8e71758db192207b4 Mon Sep 17 00:00:00 2001
From: lyg <1543117173@qq.com>
Date: 星期日, 16 六月 2024 13:22:34 +0800
Subject: [PATCH] 增加生成已下载Excel文件功能

---
 src/main.mjs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main.mjs b/src/main.mjs
index f8ec1c0..2fbe23a 100644
--- a/src/main.mjs
+++ b/src/main.mjs
@@ -4,7 +4,6 @@
 import path from "path";
 import { Worker, isMainThread, parentPort, workerData, threadId } from 'worker_threads';
 import { HttpsProxyAgent } from "https-proxy-agent";
-import { resolve } from "path";
 import { execFileSync } from "child_process";
 import wordsjs from 'wordlist-js';
 import usPlaceList from "./us-place-list.mjs";

--
Gitblit v1.9.1