fix(deploy): 把 V2.1 设计稿挪进 电商AI平台/ · Docker 构建上下文是这里

This commit is contained in:
UI 设计
2026-05-21 16:30:37 +08:00
parent e293aa43be
commit e7c0a14f75
22 changed files with 23431 additions and 2283 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>新建商品 · 跳转中...</title>
<script>
// 已废弃 · 新建商品改为 products.html 上的居中弹窗(Shell.openNewProduct)
// 直接访问此 URL 时,跳回商品库并自动打开弹窗
sessionStorage.setItem('auto-open-new-product', '1');
location.replace('products.html');
</script>
</head>
<body></body>
</html>