This commit is contained in:
Rintim 2023-09-08 02:00:36 +08:00
parent c0df934775
commit ebb0b1b15d
1 changed files with 3 additions and 3 deletions

View File

@ -32278,13 +32278,13 @@
config=short;
short=null;
}
if(name!=null&&typeof name=="string"&&short){
name=short;
}
if(name!=null&&typeof name=="object"){
config=name;
name=null;
}
if((name==null&&typeof name!="string")||short){
name=short;
}
lib.group.add(id);
if(short)lib.translate[id] = short;
if(name)lib.translate[`${id}2`] = name;