60 lines
1.8 KiB
Markdown
60 lines
1.8 KiB
Markdown
<div style="text-align: center">
|
|
<h1>文件快递柜</h1>
|
|
<p><em>匿名口令分享文本,文件,像拿快递一样取文件</em></p>
|
|
</div>
|
|
|
|
---
|
|
|
|
## 主要特色
|
|
|
|
- [x] 轻量简洁:Fastapi+Sqlite3+Vue2+ElementUI
|
|
- [x] 轻松上传:复制粘贴,拖拽选择
|
|
- [x] 多种类型:文本,文件
|
|
- [x] 防止爆破:错误次数限制
|
|
- [x] 防止滥用:IP限制上传次数
|
|
- [x] 口令分享:随机口令,存取文件,自定义次数以及有效期
|
|
- [x] 匿名分享:无需注册,无需登录
|
|
- [x] 管理面板:查看所有文件,删除文件
|
|
- [x] 一键部署:docker一键部署
|
|
|
|
## 预览
|
|
|
|
### 寄件
|
|
|
|
<table style="width: 100%">
|
|
<tr style="width: 100%">
|
|
<td style="width: 50%">
|
|
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_1.png" alt="寄文件">
|
|
</td>
|
|
<td style="width: 50%">
|
|
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_2.png" alt="寄文本">
|
|
</td>
|
|
</tr>
|
|
<tr style="width: 100%;">
|
|
<td colspan="2" style="width: 100%;">
|
|
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_3.png" alt="寄文本">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
### 取件
|
|
|
|
<table style="width: 100%">
|
|
<tr style="width: 100%">
|
|
<td style="width: 50%">
|
|
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_6.png" alt="取件">
|
|
</td>
|
|
<td style="width: 50%">
|
|
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_5.png" alt="取件码错误">
|
|
</td>
|
|
</tr>
|
|
<tr style="width: 100%;">
|
|
<td colspan="2" style="width: 100%;">
|
|
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_4.png" alt="取文件">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
### 管理
|
|

|