From 7f388fe9c768153b20a5aed74c235e2fe7de2cde Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 6 Jun 2025 17:12:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/flushbonading/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/flushbonading/index.js b/core/core-frontend/flushbonading/index.js index 7588badfdb..fedc247ab5 100644 --- a/core/core-frontend/flushbonading/index.js +++ b/core/core-frontend/flushbonading/index.js @@ -1,6 +1,6 @@ import { WritableStream } from 'htmlparser2/lib/WritableStream' import fs from 'node:fs' -import pkg from '../package.json' assert { type: "json" }; +import pkg from '../package.json' with { type: "json" }; const suffix = `${pkg.version}-${pkg.name}` const eleArr = []