mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 04:49:39 +08:00
✨ Feature: add remote file delete , picBed management
First version of PicList. In album, you can delete remote file now. Add picBed management function.
This commit is contained in:
58
README.md
58
README.md
@@ -2,43 +2,61 @@
|
||||
<div align="center">
|
||||
<img src="http://imgx.horosama.com/admin_uploads/2022/10/2022_10_05_633d79e401694.png" alt="">
|
||||
<h1>PicList</h1>
|
||||
<a href="https://github.com/Kuingsmile/PicHoro/releases">
|
||||
<a href="https://github.com/Kuingsmile/PicList/releases">
|
||||
<img src="https://img.shields.io/github/downloads/Kuingsmile/PicList/total.svg?style=flat-square" alt="">
|
||||
</a>
|
||||
<a href="https://github.com/Kuingsmile/PicHoro/releases/latest">
|
||||
<a href="https://github.com/Kuingsmile/PicList/releases/latest">
|
||||
<img src="https://img.shields.io/github/release/Kuingsmile/PicList.svg?style=flat-square" alt="">
|
||||
</a>
|
||||
<a href="https://github.com/Kuingsmile/PicHoro">
|
||||
<a href="https://github.com/Kuingsmile/PicList">
|
||||
<img src="https://img.shields.io/github/stars/Kuingsmile/PicList.svg?style=flat-square" alt="">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
  一款综合了PicGo和AList的图片上传和图床管理桌面工具,基于PicGo,处于早期开发中
|
||||
  一款fork自PicGo的二次开发项目,保留了PicGo的所有功能的同时,为相册添加了同步云端删除功能,同时增加了完整的云存储管理功能,包括云端目录查看、文件搜索、批量上传下载和删除文件,复制多种格式文件和图片预览等。
|
||||
|
||||
## 开发计划
|
||||
## 特色功能
|
||||
|
||||
本项目的开发初衷是为了解决在个人在使用PicGo桌面版时候的几个痛点:
|
||||
- 保留了PicGo的所有功能,兼容已有的PicGo插件系统,包括和typora、obsidian等的搭配
|
||||
- 相册中可同步删除云端图片
|
||||
- 支持管理所有图床,可以在线进行云端目录查看、文件搜索、批量上传、批量下载、删除文件和图片预览等
|
||||
- 管理界面使用内置数据库缓存目录,加速目录加载速度
|
||||
- 对于私有存储桶等支持复制预签名链接进行分享
|
||||
- 优化了PicGo的界面,解锁了窗口大小限制,同时美化了部分界面布局
|
||||
|
||||
1. 相册中无法同步删除云端图片,不小心上传错或者想更换图片时不方便;
|
||||
2. 只能上传图片,无法上传视频或其它格式文件,在需要向文章中插入其它资源的时候需要自己去上传;
|
||||
3. 不能查看和复制使用PicGo软件之前上传的图片的链接;
|
||||
4. 不能从云端取回文件。
|
||||
## 下载安装
|
||||
|
||||
为了优化以上问题,基于PicHoro的开发经验,以及使用AList软件时的一些体验,决定基于PicGo开发一款增强版的软件PicList,期望除了PicGo的核心功能外,增加如下功能:
|
||||
### Github release
|
||||
|
||||
1. 相册可同步删除云端图片,支持加强版的图片预览和元信息查看;
|
||||
2. 支持所有格式和不大于2G的文件的上传;
|
||||
3. 支持管理所有图床,可以在线进行云端目录查看、文件搜索、上传、下载、删除和文件预览等;
|
||||
4. 支持不同图床之间的文件复制和移动等;
|
||||
5. 兼容已有的PicGo插件系统。
|
||||
https://github.com/Kuingsmile/PicList/releases
|
||||
|
||||
## 开发进度
|
||||
### CloudFlare R2
|
||||
|
||||
开发中,预计在2023年2月底之前发布第一个发行版。
|
||||
请参考release页面的说明
|
||||
|
||||
|
||||
## 应用截图
|
||||

|
||||

|
||||

|
||||
|
||||
## 开发说明
|
||||
|
||||
1. 你需要有 Node、Git 环境,了解 npm 的相关知识。
|
||||
2. git clone https://github.com/Kuingsmile/PicList.git 并进入项目。
|
||||
yarn 下载依赖。注意如果你没有 yarn,请去 官网 下载安装后再使用。 用 npm install 将导致未知错误!
|
||||
3. Mac 需要有 Xcode 环境,Windows 需要有 VS 环境。
|
||||
4. 如果需要贡献代码,可以参考[贡献指南](https://github.com/Kuingsmile/PicList/blob/dev/CONTRIBUTING.md)。
|
||||
|
||||
## 其它相关
|
||||
|
||||
- [PicGo](https://github.com/Molunerfinn/PicGo) : 原版PicGo项目
|
||||
|
||||
## License
|
||||
|
||||
本项目基于MIT协议开源,欢迎大家使用和贡献代码,感谢原作者Molunerfinn的开源精神。
|
||||
|
||||
[MIT](https://opensource.org/licenses/MIT)
|
||||
|
||||
Copyright (c) 2023 Kuingsmile
|
||||
|
||||
Copyright (c) 2017-present, Molunerfinn
|
||||
Copyright (c) 2023-present Kuingsmile
|
||||
|
||||
Reference in New Issue
Block a user