This commit is contained in:
syuilo 2020-09-14 01:22:09 +09:00
parent 611a703b1a
commit f12a7f19c5
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ {
"_v": "1.2.4", "_v": "1.2.5",
"main": "./built/index.js", "main": "./built/index.js",
"scripts": { "scripts": {
"start": "node ./built", "start": "node ./built",

View file

@ -236,6 +236,10 @@ export const items = [
'ラッセルのティーポット', 'ラッセルのティーポット',
'電子機器', '電子機器',
'TNT', 'TNT',
'ポリゴン',
'空気',
'RTX 3090',
'シャーペンの芯',
]; ];
export const and = [ export const and = [
@ -246,6 +250,7 @@ export const and = [
'っぽい', 'っぽい',
'に見せかけて', 'に見せかけて',
'を虐げる', 'を虐げる',
'を侍らせた',
'が上に乗った', 'が上に乗った',
'のそばにある', 'のそばにある',
]; ];