mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Fix default value
This commit is contained in:
parent
7a794e0138
commit
e6a0a5dcf4
|
@ -150,7 +150,7 @@ function gameStart(game) {
|
|||
id: 'strength',
|
||||
type: 'radio',
|
||||
label: '強さ',
|
||||
value: 2,
|
||||
value: 3,
|
||||
items: [{
|
||||
label: '接待',
|
||||
value: 0
|
||||
|
|
Loading…
Reference in a new issue