From 5f3fd1a84ee8f3dfcb6dfb744690fc7370b2d030 Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Wed, 1 May 2024 15:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=AD=A6=E5=B0=86=E5=8C=85?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=8F=90=E7=A4=BA=E6=94=B9=E4=B8=BA?= =?UTF-8?q?console.warn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/init/import.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noname/init/import.js b/noname/init/import.js index 776ea605c..495652ae1 100644 --- a/noname/init/import.js +++ b/noname/init/import.js @@ -99,8 +99,8 @@ function generateImportFunction(type, pathParser) { script.remove(); if (status === "error") { if (type === "character") { - console.error( - "如果您在扩展中使用了game.import创建武将包,请将以下代码删除: lib.config.all.characters.push('武将包名');" + console.warn( + "如果您在扩展中使用了game.import创建武将包,可将以下代码删除: lib.config.all.characters.push('武将包名');" ); } return;