From 8093374b07006d956d74e3546f686cebdd087b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 15 Jan 2025 16:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E7=BC=96=E8=A7=A6=E5=8F=91=E5=99=A8?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E5=88=86=E5=90=84=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ecaCompiler/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecaCompiler/process.ts b/src/ecaCompiler/process.ts index 5aa9814..5870bd1 100644 --- a/src/ecaCompiler/process.ts +++ b/src/ecaCompiler/process.ts @@ -200,7 +200,7 @@ export class Process { continue; } results.push({ - fileName: this.makeValidFileName(`${nameCN} - ${object.name}`, true), + fileName: `${nameCN}/${this.makeValidFileName(object.name, true)}`, content: file.string, uri, objectType: nameCN,