mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
Update index.ts
This commit is contained in:
parent
0848773160
commit
e1c3d6deda
|
@ -5,6 +5,7 @@ import serifs from '../../serifs';
|
|||
import * as seedrandom from 'seedrandom';
|
||||
|
||||
const omikujis = [
|
||||
'藍吉',
|
||||
'大大吉',
|
||||
'大吉',
|
||||
'吉',
|
||||
|
@ -110,7 +111,9 @@ const items = [
|
|||
'消波ブロック',
|
||||
'ピザ',
|
||||
'歯磨き粉',
|
||||
'空き缶'
|
||||
'空き缶',
|
||||
'キーホルダー',
|
||||
'金髪碧眼の美少女'
|
||||
];
|
||||
|
||||
export default class FortuneModule implements IModule {
|
||||
|
|
Loading…
Reference in a new issue