feat: 扫码商品详情页重设计 + 宣传主页 + nginx 路由完善
- public_product_screen: 1:1 复刻设计稿,新增商品介绍、批次防伪(自定义圆形印章)、完整商品参数表、门店营业时间、页脚链接 - app_theme: 完整品牌色系(brand/gray/accent/semantic) - shop model: 新增 business_hours 字段,public 接口同步返回 - nginx: 新增 /product/ → Flutter app 扫码入口,修复 /docs /download html 后缀兼容 - web/: 新增宣传主页、功能页、文档页、扫码 HTML 及设计资源 - app_shell: 界面优化 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||||
|
||||
<rect width="64" height="64" rx="12" fill="#0F3057"></rect>
|
||||
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
|
||||
|
||||
<path d="M14 38 L22 22 L32 32 L42 22 L50 38" fill="none"></path>
|
||||
|
||||
<path d="M12 46 L52 46" fill="none"></path>
|
||||
</g>
|
||||
|
||||
<circle cx="32" cy="52" r="2.4" fill="#C97B86"></circle>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 427 B |
Reference in New Issue
Block a user