Update readme.md

This commit is contained in:
vastsa
2024-06-15 23:04:40 +08:00
committed by GitHub
parent 5202a6df2b
commit 2add291366
+19 -2
View File
@@ -11,15 +11,32 @@
[简体中文](./readme.md) | [English](./readme_en.md) | [部署教程](https://github.com/vastsa/FileCodeBox/wiki/%E9%83%A8%E7%BD%B2%E6%95%99%E7%A8%8B) | [常见问题](https://github.com/vastsa/FileCodeBox/wiki/%E9%83%A8%E7%BD%B2%E6%95%99%E7%A8%8B) [简体中文](./readme.md) | [English](./readme_en.md) | [部署教程](https://github.com/vastsa/FileCodeBox/wiki/%E9%83%A8%E7%BD%B2%E6%95%99%E7%A8%8B) | [常见问题](https://github.com/vastsa/FileCodeBox/wiki/%E9%83%A8%E7%BD%B2%E6%95%99%E7%A8%8B)
### 截图
<table style="width:100%">
<tr style="width: 100%">
<td style="width: 50%"><img src="./.github/images/img.png" alt="寄文件"></td>
<td style="width: 50%"><img src="./.github/images/img_1.png" alt="寄文件"></td>
</tr>
<tr style="width: 100%">
<td style="width: 50%"><img src="./.github/images/img_2.png" alt="寄文件"></td>
<td style="width: 50%"><img src="./.github/images/img_3.png" alt="寄文件"></td>
</tr>
<tr style="width: 100%">
<td style="width: 50%"><img src="./.github/images/img_4.png" alt="寄文件"></td>
<td style="width: 50%"><img src="./.github/images/img_5.png" alt="寄文件"></td>
</tr>
</table>
## 主要特色 ## 主要特色
- [x] **轻量简洁:** 使用Fastapi + Sqlite3 + Vue2 + ElementUI搭建 - [x] **轻量简洁:** 项目基于Fastapi + Sqlite3 + Vue3 + ElementUI
- [x] **轻松上传:** 支持复制粘贴和拖拽选择 - [x] **轻松上传:** 支持复制粘贴和拖拽选择
- [x] **多种类型:** 支持文本和文件 - [x] **多种类型:** 支持文本和文件
- [x] **防止爆破:** 错误次数限制 - [x] **防止爆破:** 错误次数限制
- [x] **防止滥用:** IP限制上传次数 - [x] **防止滥用:** IP限制上传次数
- [x] **口令分享:** 随机口令,存取文件,自定义次数及有效期 - [x] **口令分享:** 随机口令,存取文件,自定义次数及有效期
- [x] **国际化:** 支持中文英文 - [x] **国际化:** 支持中文简体、繁体以及英文
- [x] **匿名分享:** 无需注册,无需登录 - [x] **匿名分享:** 无需注册,无需登录
- [x] **管理面板:** 查看和删除文件 - [x] **管理面板:** 查看和删除文件
- [x] **一键部署:** 支持Docker一键部署 - [x] **一键部署:** 支持Docker一键部署