chore: release v1.0.44
Deploy / build-linux-web (push) Successful in 47s
Deploy / build-windows (push) Successful in 1m44s
Deploy / build-macos (push) Successful in 1m24s
Deploy / build-android (push) Successful in 1m0s
Deploy / build-ios (push) Successful in 6s
Deploy / release-deploy (push) Successful in 1m56s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-06-15 16:31:47 +08:00
parent 8c2dcf49a8
commit 4ac5adac3e
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -340,9 +340,9 @@ func buildOGTitle(product model.Product) string {
func buildProductOG(product model.Product, shopName, publicURL string) string {
title := buildOGTitle(product)
// og:description:规格(度数/香型/容量)| 门店名正品 · 扫码验真
// og:description:规格(度数/香型/容量)| 门店名正品
desc := product.Spec
suffix := "正品 · 扫码验真"
suffix := "正品"
if shopName != "" {
suffix = shopName + suffix
}