增加粘贴上传功能

This commit is contained in:
MarSeventh
2024-07-22 10:49:53 +08:00
parent 090f7e35fc
commit 658aaa4e2d
7 changed files with 15 additions and 5 deletions

View File

@@ -4,13 +4,15 @@
## 1.Introduction
[cf-pages/Telegraph-Image](https://github.com/cf-pages/Telegraph-Image)项目的重制版,实现了**登录鉴权**、**上传图片预览**、**多文件上传****拖拽上传**、**整体复制**、**多格式复制**等功能。
[cf-pages/Telegraph-Image](https://github.com/cf-pages/Telegraph-Image)项目的重制版,实现了**登录鉴权**、**上传图片预览**、**一键切换上传方式****拖拽上传**、**粘贴上传**)、**多文件上传**、**整体复制**、**多格式复制**等功能。
![](https://alist.sanyue.site/d/imgbed/202407211140999.png)
![](https://alist.sanyue.site/d/imgbed/202407201643245.png)
![image-20240722104315281](https://alist.sanyue.site/d/imgbed/202407221043832.png)
![](https://alist.sanyue.site/d/imgbed/202407201643374.png)
![image-20240722104406761](https://alist.sanyue.site/d/imgbed/202407221044182.png)
![image-20240722104418816](C:\Users\King.xx\AppData\Roaming\Typora\typora-user-images\image-20240722104418816.png)
## 2.Features
@@ -24,6 +26,7 @@
- 上传后图片无需手动点击,可直接展示在管理页面中
- 支持Web和API上传认证感谢[hl128k](https://github.com/hl128k)
- 支持访问域名限制(感谢[hl128k](https://github.com/hl128k)
- 支持一键切换上传方式(拖拽点击、粘贴)
## 3.Deployment
@@ -67,7 +70,7 @@ Web端在登录页面输入你的认证码即可。
## 4.TODO
1. 增加粘贴图片上传功能
1. ~~增加粘贴图片上传功能2024.7.22已完成)~~
2. ~~增加markdown、html等格式链接复制功能2024.7.21已完成)~~
3. ~~上传页面增加管理端入口2024.7.21已完成)~~