Commit fac2923c authored by nanahira's avatar nanahira

more Chinese characters

parent 05095b1e
Pipeline #3182 passed with stages
in 1 minute and 19 seconds
......@@ -44,6 +44,13 @@ const chineseCharacterList = [
{ character: '', value: 9 },
{ character: '', value: 9 },
{ character: '', value: 9 },
{ character: '', value: '' },
{ character: '', value: '' },
{ character: '', value: '' },
{ character: '', value: '' },
{ character: '', value: '' },
{ character: '', value: '' },
{ character: '', value: '' },
].map(list => ({ characterRegExp: new RegExp(list.character, 'g'), value: list.value.toString() }));
class HisoutensokuJammer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment