updated 页面调整

This commit is contained in:
PASSER-BY 2023-03-22 09:33:59 +08:00
parent 79afde4367
commit 7715251d3c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -94,7 +94,7 @@ export function getItemsById(id){
}else if(modeData[key]){
ids = [key];
}
return filterId(ids).filter(id=>modeData[id]).map(function(id){
return filterId(ids).map(function(id){
return modeData[id][0];
});
};