`PIKPAK_SHARE_LIST`:挂载自定义的pikpak分享内容,会覆盖小雅的分享,格式:`挂载名1:分享ID1:分享目录ID1,挂载名2:分享ID2:分享目录ID2` `ALI_SHARE_LIST`: 挂载额外的阿里云盘分享内容,格式:`挂载名1:分享ID1:文件夹ID1,挂载名2:分享ID2:文件夹ID2` ...
pikpak_share driver.go meta.go types.go util.go quark_uc s3 seafile sftp smb teambition template terabox thunder trainbit url_tree uss virtual webdav weiyun wopan yandex_disk all.go internal pkg public server wrapper .gitignore CODE_OF_CONDUCT.md ...
package pikpak_share import ( "github.com/alist-org/alist/v3/internal/driver" "github.com/alist-org/alist/v3/internal/op" ) type Addition struct { driver.RootID Username string `json:"username" required:"true"` Password string `json:"password" required:"true"` ShareId string `js...
drivers/pikpak_share/driver.go Original file line numberDiff line numberDiff line change @@ -2,20 +2,20 @@ package pikpak_share import ( "context" "github.com/alist-org/alist/v3/internal/op" "net/http" "time" "github.com/alist-org/alist/v3/drivers/base" "github.com/alist-org...
fix(pikpak_share): add captcha_token generation function ea609c5 pull-request-size bot added the size/L label Aug 20, 2024 Three-taile-dragon mentioned this pull request Aug 21, 2024 pikpak能挂载上alist,但是在alist点不开pikpak对应的文件夹,提示错误 #7016 Open 4 tasks xhofe appr...
🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。 - alist/drivers/pikpak_share/meta.go at 716d33fddd32fcf9b3ab916c789a525f828ee72a · alist-org/ali
package pikpak_share import ( "fmt" "strconv" "time" "github.com/alist-org/alist/v3/internal/model" ) type RespErr struct { ErrorCode int `json:"error_code"` Error string `json:"error"` } type ShareResp struct { ShareStatus string `json:"share_status"` ShareStatusText string `json...
package pikpak_share import ( "errors" "net/http" "github.com/alist-org/alist/v3/drivers/base" "github.com/go-resty/resty/v2" ) func (d *PikPakShare) request(url string, method string, callback base.ReqCallback, resp interface{}) ([]byte, error) { req := base.Resty...
🗂️A file list program that supports multiple storage, powered by Gin and Solidjs. / 一个支持多存储的文件列表程序,使用 Gin 和 Solidjs。 - alist/drivers/pikpak_share/driver.go at 163af0515fee7c9ee27dda6e599fbf18fe8dc662 · Sakura-Byte/alist
🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。 - alist/drivers/pikpak_share/driver.go at 716d33fddd32fcf9b3ab916c789a525f828ee72a · alist-org/a