feat: gateway store.
This commit is contained in:
@@ -577,6 +577,8 @@ func translateSourceType(sourceType string) string {
|
||||
switch strings.TrimSpace(strings.ToLower(sourceType)) {
|
||||
case "upload":
|
||||
return "上传文件"
|
||||
case "wechat":
|
||||
return "微信分享"
|
||||
case "cloud":
|
||||
return "云端文件"
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user