mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 08:28:13 -04:00
✨ Feature(custom): add alist support
This commit is contained in:
parent
1238e1caf4
commit
bead8a28d9
@ -135,6 +135,7 @@ docker-compose up -d
|
||||
|
||||
| Platform | Album cloud deletion | Cloud storage management |
|
||||
| :------------------------: | :------------------: | :----------------------: |
|
||||
| Built-in AList | ✔️ | ✔️ |
|
||||
| SM.MS | ✔️ | ✔️ |
|
||||
| Github | ✔️ | ✔️ |
|
||||
| Imgur | ✔️ | ✔️ |
|
||||
|
@ -135,6 +135,7 @@ docker-compose up -d
|
||||
|
||||
| 平台 | 相册云删除 | 云存储管理 |
|
||||
| :------------: | :--------: | :--------: |
|
||||
| 内置AList | ✔️ | ✔️ |
|
||||
| SM.MS | ✔️ | ✔️ |
|
||||
| Github | ✔️ | ✔️ |
|
||||
| Imgur | ✔️ | ✔️ |
|
||||
|
@ -32,6 +32,7 @@ export const picBedsCanbeDeleted = [
|
||||
export const picBedManualUrlList: IStringKeyMap = {
|
||||
zh_cn: {
|
||||
aliyun: 'https://piclist.cn/configure.html#%E9%98%BF%E9%87%8C%E4%BA%91oss',
|
||||
alistplist: 'https://piclist.cn/configure.html#alist',
|
||||
'aws-s3': 'https://piclist.cn/configure.html#%E5%86%85%E7%BD%AEaws-s3',
|
||||
'aws-s3-plist': 'https://piclist.cn/configure.html#%E5%86%85%E7%BD%AEaws-s3',
|
||||
github: 'https://piclist.cn/configure.html#github%E5%9B%BE%E5%BA%8A',
|
||||
@ -51,6 +52,7 @@ export const picBedManualUrlList: IStringKeyMap = {
|
||||
},
|
||||
en: {
|
||||
aliyun: 'https://piclist.cn/en/configure.html#alibaba-cloud',
|
||||
alistplist: 'https://piclist.cn/en/configure.html#alist',
|
||||
'aws-s3': 'https://piclist.cn/en/configure.html#built-in-aws-s3',
|
||||
'aws-s3-plist': 'https://piclist.cn/en/configure.html#built-in-aws-s3',
|
||||
github: 'https://piclist.cn/en/configure.html#github',
|
||||
|
Loading…
Reference in New Issue
Block a user