摘要: nodejs import * as fs from "node:fs"; const convertFileCode = function (path) { if (!path.endsWith(".vue")) { return; } const res = fs.readFileSync(pa 阅读全文
posted @ 2025-02-12 10:07 fight139 阅读(25) 评论(0) 推荐(0)