feat: gateway store.

This commit is contained in:
2026-05-01 20:29:53 +08:00
parent 942b0eeae1
commit cd490eea36
6 changed files with 105 additions and 1 deletions
+2
View File
@@ -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: