fix(backend): 店铺公开页分享卡片标题去掉「岩美酒库」尾缀

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
This commit is contained in:
wangjia
2026-07-07 12:15:38 +08:00
parent 7b14eb426b
commit b0b38db39f
+1 -1
View File
@@ -310,7 +310,7 @@ func (h *PublicHandler) ShopPage(c *gin.Context) {
}
vm := shopPageVM{
PageTitle: shop.Name + " · 在售商品 · 岩美酒库",
PageTitle: shop.Name + " · 在售商品",
OGTags: template.HTML(buildShopOG(shop, total, config.C.Storage.PublicURL)), // #nosec G203 -- buildShopOG 内部对所有值 html.EscapeString
Found: true,
ShopName: shop.Name,