feat: support upload files & adjust output

This commit is contained in:
2022-04-01 01:19:45 +08:00
parent b3da584dab
commit 4627eda849
7 changed files with 74 additions and 31 deletions

2
Rocket.toml Normal file
View File

@@ -0,0 +1,2 @@
[default]
limits = { file = "200MB", files = "200MB" }