Change title results
This commit is contained in:
parent
6040461666
commit
ba6fac22fb
@ -38,7 +38,12 @@ class MainController {
|
|||||||
if (names.includes(name)) {
|
if (names.includes(name)) {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
names.push(name.split('.').join('_'));
|
names.push(
|
||||||
|
name
|
||||||
|
.replace('Giải', 'G')
|
||||||
|
.split(' ')
|
||||||
|
.join('')
|
||||||
|
);
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user