From eef46ac6c89ecc51601960fc2da24b0c7ddecd28 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 13 Dec 2024 18:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/svc/cloud_bundle/svc_list.go | 1 + app/svc/cloud_bundle/svc_version_info.go | 1 + 2 files changed, 2 insertions(+) diff --git a/app/svc/cloud_bundle/svc_list.go b/app/svc/cloud_bundle/svc_list.go index 6799d84..59d63d1 100644 --- a/app/svc/cloud_bundle/svc_list.go +++ b/app/svc/cloud_bundle/svc_list.go @@ -78,6 +78,7 @@ func List(c *gin.Context) { {Type: "meizu", Name: "魅族应用商店"}, {Type: "vivo", Name: "VIVO应用商店"}, {Type: "oppo", Name: "OPPO应用商店"}, + {Type: "360", Name: "360应用商店"}, } e.OutSuc(c, resp, nil) return diff --git a/app/svc/cloud_bundle/svc_version_info.go b/app/svc/cloud_bundle/svc_version_info.go index e0fa4ef..6c8d25d 100644 --- a/app/svc/cloud_bundle/svc_version_info.go +++ b/app/svc/cloud_bundle/svc_version_info.go @@ -24,6 +24,7 @@ func VersionBase(c *gin.Context) { {Type: "meizu", Name: "魅族应用商店"}, {Type: "vivo", Name: "VIVO应用商店"}, {Type: "oppo", Name: "OPPO应用商店"}, + {Type: "360", Name: "360应用商店"}, } for k, v := range data { data[k].Img = "default_icon/" + v.Type + "_icon.png"