mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
Update index.ts
This commit is contained in:
parent
cb855ebfe9
commit
d692652e9a
|
@ -27,7 +27,8 @@ const itemPrefixes = [
|
|||
'藍謹製',
|
||||
'ポケットサイズ',
|
||||
'3日前の',
|
||||
'そこらへんの'
|
||||
'そこらへんの',
|
||||
'偽の'
|
||||
];
|
||||
|
||||
const items = [
|
||||
|
@ -69,7 +70,16 @@ const items = [
|
|||
'ゲームボーイアドバンス',
|
||||
'量子コンピューター',
|
||||
'アナモルフィックレンズ',
|
||||
'押し入れの奥から出てきた謎の生き物'
|
||||
'押し入れの奥から出てきた謎の生き物',
|
||||
'スマートフォン',
|
||||
'時計',
|
||||
'プリン',
|
||||
'ガブリエルのラッパ',
|
||||
'メンガーのスポンジ',
|
||||
'ハンドスピナー',
|
||||
'超立方体',
|
||||
'建築物',
|
||||
'エナジードリンク'
|
||||
];
|
||||
|
||||
export default class FortuneModule implements IModule {
|
||||
|
|
Loading…
Reference in a new issue