fix(backend): 公开页去平台背书措辞——页脚改 Powered by 岩美科技

题签只留「岩美酒库」,页脚「正品溯源」改为中性技术署名;
正品类表述仅保留在商品介绍等门店内容语境中。

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 11:29:19 +08:00
parent d19e88e3f4
commit f3efda3691
2 changed files with 4 additions and 4 deletions
@@ -108,7 +108,7 @@
</head>
<body>
<div class="page">
<header class="mast"><a href="https://jiu.51yanmei.com">岩美酒库</a><span>正品溯源</span></header>
<header class="mast"><a href="https://jiu.51yanmei.com">岩美酒库</a></header>
{{if .Found}}
<div class="hero">
<div class="frame">
@@ -187,7 +187,7 @@
{{end}}
<footer class="foot">
<div class="foot-rule"></div>
<div><a class="brand" href="https://jiu.51yanmei.com">岩美酒库</a> · 正品溯源{{if .AppURL}} · <a href="{{.AppURL}}">在 App 中查看</a>{{end}}</div>
<div>Powered by <a class="brand" href="https://jiu.51yanmei.com">岩美科技</a>{{if .AppURL}} · <a href="{{.AppURL}}">在 App 中查看</a>{{end}}</div>
<div class="icp"><a href="https://beian.miit.gov.cn" target="_blank" rel="noopener">京ICP备2026039814号</a></div>
</footer>
</div>
@@ -103,7 +103,7 @@
</head>
<body>
<div class="page">
<header class="mast"><a href="https://jiu.51yanmei.com">岩美酒库</a><span>正品溯源</span></header>
<header class="mast"><a href="https://jiu.51yanmei.com">岩美酒库</a></header>
{{if .Found}}
<div class="shop">
{{if .LogoURL}}<img src="{{.LogoURL}}" alt="{{.ShopName}}" decoding="async">{{end}}
@@ -151,7 +151,7 @@
{{end}}
<footer class="foot">
<div class="foot-rule"></div>
<div><a class="brand" href="https://jiu.51yanmei.com">岩美酒库</a> · 正品溯源</div>
<div>Powered by <a class="brand" href="https://jiu.51yanmei.com">岩美科技</a></div>
<div class="icp"><a href="https://beian.miit.gov.cn" target="_blank" rel="noopener">京ICP备2026039814号</a></div>
</footer>
</div>