mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-06 16:07:06 +08:00
✨ Feature(custom): remove telegra.ph
This commit is contained in:
@@ -55,7 +55,6 @@ PicList本体支持了如下图床:
|
|||||||
- `Webdav`
|
- `Webdav`
|
||||||
- `本地图床`
|
- `本地图床`
|
||||||
- `SFTP`
|
- `SFTP`
|
||||||
- `Telegra.ph`
|
|
||||||
- `兰空图床`
|
- `兰空图床`
|
||||||
- `PicList(套娃)`
|
- `PicList(套娃)`
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ PicList itself supports the following image hosting platforms:
|
|||||||
- Webdav
|
- Webdav
|
||||||
- Local path
|
- Local path
|
||||||
- SFTP
|
- SFTP
|
||||||
- Telegra.ph
|
|
||||||
- Lsky Pro
|
- Lsky Pro
|
||||||
- PicList (nested)
|
- PicList (nested)
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ if you want to use PicList-core, please go to [https://github.com/Kuingsmile/Pic
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Retains all the features of PicGo and is compatible with the vast majority of existing PicGo plugins, including integrations with software like Typora and Obsidian.
|
- Retains all the features of PicGo and is compatible with the vast majority of existing PicGo plugins, including integrations with software like Typora and Obsidian.
|
||||||
- Added multiple built-in image hosting platforms, such as WebDav, Lsky Pro, local image hosting, SFTP and Telegra.ph. The original built-in imgur image host now also supports account login for uploading.
|
- Added multiple built-in image hosting platforms, such as WebDav, Lsky Pro, local image hosting, SFTP. The original built-in imgur image host now also supports account login for uploading.
|
||||||
- Within the album, you can synchronize the deletion of cloud images. This is supported across all built-in image hosts and multiple plugins.
|
- Within the album, you can synchronize the deletion of cloud images. This is supported across all built-in image hosts and multiple plugins.
|
||||||
- The album now offers advanced search and sorting features, as well as batch URL modification.
|
- The album now offers advanced search and sorting features, as well as batch URL modification.
|
||||||
- Built-in tools for adding watermarks, compressing images, scaling images, rotating images, and converting image formats are now available. Advanced renaming is also supported.
|
- Built-in tools for adding watermarks, compressing images, scaling images, rotating images, and converting image formats are now available. Advanced renaming is also supported.
|
||||||
@@ -139,7 +139,6 @@ docker-compose up -d
|
|||||||
| Built-in SFTP | ✔️ | ✔️ |
|
| Built-in SFTP | ✔️ | ✔️ |
|
||||||
| Doge Cloud | ✔️ | ✔️ |
|
| Doge Cloud | ✔️ | ✔️ |
|
||||||
| PicList(Lasso-Doll) | ✔️ | ✔️ |
|
| PicList(Lasso-Doll) | ✔️ | ✔️ |
|
||||||
| Telegra.ph | ✔️ | × |
|
|
||||||
| Lsky Pro | ✔️ | ✔️ |
|
| Lsky Pro | ✔️ | ✔️ |
|
||||||
| Custom API platform | × | × |
|
| Custom API platform | × | × |
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -34,7 +34,7 @@ PicList的内核使用的是原版PicGo-Core基础上修改的[PicList-core](htt
|
|||||||
## 特色功能
|
## 特色功能
|
||||||
|
|
||||||
- 保留了PicGo的所有功能,兼容绝大部分已有的PicGo插件,包括和Typora、Obsidian等软件的搭配
|
- 保留了PicGo的所有功能,兼容绝大部分已有的PicGo插件,包括和Typora、Obsidian等软件的搭配
|
||||||
- 新增了多个内置图床,如WebDav、兰空图床、本地图床、SFTP和Telegra.ph等,原内置imgur图床额外支持登录账号上传
|
- 新增了多个内置图床,如WebDav、兰空图床、本地图床、SFTP等,原内置imgur图床额外支持登录账号上传
|
||||||
- 相册中可同步删除云端图片,支持所有内置图床和多个插件
|
- 相册中可同步删除云端图片,支持所有内置图床和多个插件
|
||||||
- 相册新增了高级搜索和排序,批量修改URL等功能
|
- 相册新增了高级搜索和排序,批量修改URL等功能
|
||||||
- 内置水印添加、图片压缩、图片缩放、图片旋转和图片格式转换等功能,同时支持高级重命名
|
- 内置水印添加、图片压缩、图片缩放、图片旋转和图片格式转换等功能,同时支持高级重命名
|
||||||
@@ -141,7 +141,6 @@ docker-compose up -d
|
|||||||
| 内置SFTP | ✔️ | ✔️ |
|
| 内置SFTP | ✔️ | ✔️ |
|
||||||
| 多吉云 | ✔️ | ✔️ |
|
| 多吉云 | ✔️ | ✔️ |
|
||||||
| PicList(套娃) | ✔️ | ✔️ |
|
| PicList(套娃) | ✔️ | ✔️ |
|
||||||
| Telegra.ph | ✔️ | x |
|
|
||||||
| 兰空图床 | ✔️ | ✔️ |
|
| 兰空图床 | ✔️ | ✔️ |
|
||||||
| 自定义图床 | x | x |
|
| 自定义图床 | x | x |
|
||||||
|
|
||||||
|
|||||||
Vendored
-5
@@ -296,11 +296,6 @@ interface shortKeyHandlerMap {
|
|||||||
handle: IShortKeyHandler
|
handle: IShortKeyHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
// PicBeds
|
|
||||||
interface ITelegraphConfig {
|
|
||||||
proxy?: string
|
|
||||||
}
|
|
||||||
|
|
||||||
interface ILocalConfig {
|
interface ILocalConfig {
|
||||||
path: string
|
path: string
|
||||||
customUrl?: string
|
customUrl?: string
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ export interface IConfigStruct {
|
|||||||
webdavplist?: IWebdavPlistConfig
|
webdavplist?: IWebdavPlistConfig
|
||||||
local?: ILocalConfig
|
local?: ILocalConfig
|
||||||
sftpplist?: ISftpPlistConfig
|
sftpplist?: ISftpPlistConfig
|
||||||
telegraphplist?: ITelegraphConfig
|
|
||||||
lskyplist?: ILskyConfig
|
lskyplist?: ILskyConfig
|
||||||
'aws-s3-plist': IAwsS3PListUserConfig
|
'aws-s3-plist': IAwsS3PListUserConfig
|
||||||
proxy?: string
|
proxy?: string
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ export const picBedManualUrlList: IStringKeyMap = {
|
|||||||
qiniu: 'https://piclist.cn/configure.html#%E4%B8%83%E7%89%9B%E4%BA%91',
|
qiniu: 'https://piclist.cn/configure.html#%E4%B8%83%E7%89%9B%E4%BA%91',
|
||||||
sftpplist: 'https://piclist.cn/configure.html#%E5%86%85%E7%BD%AEsftp',
|
sftpplist: 'https://piclist.cn/configure.html#%E5%86%85%E7%BD%AEsftp',
|
||||||
smms: 'https://piclist.cn/configure.html#sm-ms',
|
smms: 'https://piclist.cn/configure.html#sm-ms',
|
||||||
telegraphplist: 'https://piclist.cn/configure.html#telegra-ph',
|
|
||||||
upyun: 'https://piclist.cn/configure.html#%E5%8F%88%E6%8B%8D%E4%BA%91',
|
upyun: 'https://piclist.cn/configure.html#%E5%8F%88%E6%8B%8D%E4%BA%91',
|
||||||
webdavplist: 'https://piclist.cn/configure.html#webdav'
|
webdavplist: 'https://piclist.cn/configure.html#webdav'
|
||||||
},
|
},
|
||||||
@@ -68,7 +67,6 @@ export const picBedManualUrlList: IStringKeyMap = {
|
|||||||
qiniu: 'https://piclist.cn/en/configure.html#qiniu-cloud',
|
qiniu: 'https://piclist.cn/en/configure.html#qiniu-cloud',
|
||||||
sftpplist: 'https://piclist.cn/en/configure.html#built-in-sftp',
|
sftpplist: 'https://piclist.cn/en/configure.html#built-in-sftp',
|
||||||
smms: 'https://piclist.cn/en/configure.html#sm-ms',
|
smms: 'https://piclist.cn/en/configure.html#sm-ms',
|
||||||
telegraphplist: 'https://piclist.cn/en/configure.html#telegra-ph',
|
|
||||||
upyun: 'https://piclist.cn/en/configure.html#upyun',
|
upyun: 'https://piclist.cn/en/configure.html#upyun',
|
||||||
webdavplist: 'https://piclist.cn/en/configure.html#webdav'
|
webdavplist: 'https://piclist.cn/en/configure.html#webdav'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user