导入武将包控制台提示改为console.warn
This commit is contained in:
parent
ccd06f02f3
commit
5f3fd1a84e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue