feat: support attachment uploading

This commit is contained in:
三咲智子 2022-11-24 01:17:54 +08:00
parent de59800c2b
commit d79011e39a
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
6 changed files with 115 additions and 9 deletions

View file

@ -2,7 +2,7 @@
<div flex="~ col" items-center>
<div i-ri:forbid-line text-10 mt10 mb2 />
<div text-lg>
<slot>Not found</slot>
<slot>404 Not Found</slot>
</div>
</div>
</template>