mirror of
https://github.com/certd/certd.git
synced 2026-07-02 01:17:32 +08:00
chore: 优化私有图片上传和查看逻辑
This commit is contained in:
@@ -8,6 +8,8 @@ export const Constants = {
|
||||
guest: '_guest_',
|
||||
//无需登录
|
||||
anonymous: '_guest_',
|
||||
//无需登录,有 token 时解析当前用户
|
||||
guestOptionalAuth: '_guestOptionalAuth_',
|
||||
//仅需要登录
|
||||
authOnly: '_authOnly_',
|
||||
//仅需要登录
|
||||
|
||||
Reference in New Issue
Block a user