🎈 fix: V1.6.6 修复在Trss更新依赖未加入问题

This commit is contained in:
zhiyu1998 2024-04-03 10:58:21 +08:00
parent 49ec9e1aea
commit cf14286c97

View File

@ -4,6 +4,7 @@ import config from "../model/index.js";
import puppeteer from "../../../lib/puppeteer/puppeteer.js";
import lodash from "lodash";
import YAML from "yaml";
import fs from "node:fs";
import { exec, execSync } from "node:child_process";
import { copyFiles, deleteFolderRecursive, readCurrentDir } from "../utils/file.js";