SS
Size: a a a
SS
A
A
GM
NG
const getConfig = (type) => {
const configs = {...}
const defaultConf = {...}
return configs[type] || defaultConf
};
A
const getConfig = (type) => {
const configs = {...}
const defaultConf = {...}
return configs[type] || defaultConf
};
NG
A
NG
K
K
AM
SS
K
AM
K
E
K
A
SS