Update index.ts

This commit is contained in:
syuilo 2018-12-08 21:15:04 +09:00 committed by GitHub
parent 0848773160
commit e1c3d6deda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ import serifs from '../../serifs';
import * as seedrandom from 'seedrandom'; import * as seedrandom from 'seedrandom';
const omikujis = [ const omikujis = [
'藍吉',
'大大吉', '大大吉',
'大吉', '大吉',
'吉', '吉',
@ -110,7 +111,9 @@ const items = [
'消波ブロック', '消波ブロック',
'ピザ', 'ピザ',
'歯磨き粉', '歯磨き粉',
'空き缶' '空き缶',
'キーホルダー',
'金髪碧眼の美少女'
]; ];
export default class FortuneModule implements IModule { export default class FortuneModule implements IModule {