UNPKG
picgo-plugin-alist
Version:
latest (1.6.0)
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
使用alist作为中转并实现对各个网盘的图床应用
github.com/jinzhi0123/picgo-plugin-alist
picgo-plugin-alist
/
dist
/
index.d.mts
9 lines
(6 loc)
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
PicGo
}
from
'picgo'
;
declare
const
_default
:
(
ctx
:
PicGo
) =>
{
uploader
:
string
;
register
:
() =>
void
; };
export
{ _default
as
default
};