mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Update index.ts
This commit is contained in:
parent
e1c3d6deda
commit
6a1d5e4aa5
|
@ -47,7 +47,15 @@ const itemPrefixes = [
|
|||
'折り畳み式',
|
||||
'携帯型',
|
||||
'遺伝子組み換え',
|
||||
'突然変異して飛行能力を獲得した'
|
||||
'突然変異して飛行能力を獲得した',
|
||||
'純金製',
|
||||
'偽の',
|
||||
'透明な',
|
||||
'光る',
|
||||
'ハート型の',
|
||||
'動く',
|
||||
'半分にカットされた',
|
||||
'USBコネクタ付きの'
|
||||
];
|
||||
|
||||
const items = [
|
||||
|
@ -113,7 +121,10 @@ const items = [
|
|||
'歯磨き粉',
|
||||
'空き缶',
|
||||
'キーホルダー',
|
||||
'金髪碧眼の美少女'
|
||||
'金髪碧眼の美少女',
|
||||
'SDカード',
|
||||
'リップクリーム',
|
||||
'チョコ無しチョココロネ'
|
||||
];
|
||||
|
||||
export default class FortuneModule implements IModule {
|
||||
|
|
Loading…
Reference in a new issue