# Functions
CheckFileValid 检测文件有效性.
FileExist 检查文件是否存在
只有当文件存在, 文件大小不为0或断点续传文件不存在时, 才判断为存在.
SymlinkFileExist 检查文件是否存在
逻辑和 FileExist 一致,增加符号链接文件的支持.
# Constants
AlbumFileSource 相册文件.
BackupFileSource 备份盘文件.
DefaultDownloadMaxRetry 默认下载失败最大重试次数.
DefaultPrintFormat 默认的下载进度输出格式.
DownloadSuffix 文件下载后缀.
ResourceFileSource 资源库文件.
StrDownloadChecksumFailed 检测文件有效性失败.
StrDownloadFailed 下载文件失败.
StrDownloadGetDlinkFailed 获取下载链接失败.
StrDownloadInitError 初始化下载发生错误.
# Variables
ErrDlinkNotFound 未取得下载链接.
ErrDownloadChecksumFailed 文件校验失败.
ErrDownloadFileBanned 违规文件.
ErrDownloadNotSupportChecksum 文件不支持校验.
ErrShareInfoNotFound 未在已分享列表中找到分享信息.
# Structs
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author