feat(dashboard): filter file by shared link, direct link, uploading status (#2782)

This commit is contained in:
Aaron Liu
2025-08-21 14:12:30 +08:00
parent 13e774f27d
commit a677e23394
3 changed files with 11 additions and 1 deletions

View File

@@ -253,6 +253,8 @@ const (
CodeNodeUsedByStoragePolicy = 40086
// CodeDomainNotLicensed domain not licensed
CodeDomainNotLicensed = 40087
// CodeAnonymouseAccessDenied 匿名用户无法访问分享
CodeAnonymouseAccessDenied = 40088
// CodeDBError 数据库操作失败
CodeDBError = 50001
// CodeEncryptError 加密失败