导入武将包控制台提示改为console.warn
This commit is contained in:
parent
ccd06f02f3
commit
5f3fd1a84e
|
@ -99,8 +99,8 @@ function generateImportFunction(type, pathParser) {
|
||||||
script.remove();
|
script.remove();
|
||||||
if (status === "error") {
|
if (status === "error") {
|
||||||
if (type === "character") {
|
if (type === "character") {
|
||||||
console.error(
|
console.warn(
|
||||||
"如果您在扩展中使用了game.import创建武将包,请将以下代码删除: lib.config.all.characters.push('武将包名');"
|
"如果您在扩展中使用了game.import创建武将包,可将以下代码删除: lib.config.all.characters.push('武将包名');"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue