fix: install add default value

This commit is contained in:
shuai 2022-11-10 09:56:09 +08:00
parent 596b104e3c
commit 80f00d41fe
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const Index: FC = () => {
errorMsg: '',
},
db_file: {
value: '',
value: '/data/answer.db',
isInvalid: false,
errorMsg: '',
},