feat: add single file upload
This commit is contained in:
parent
e9923e8220
commit
7216f40bee
22 changed files with 1671 additions and 4 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -4,7 +4,7 @@
|
|||
"prettier.enable": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"[python]": {
|
||||
"editor.formatOnType": true
|
||||
|
|
@ -29,4 +29,4 @@
|
|||
"i18n/lang",
|
||||
"app/api/messages"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue