品牌更名:网站名称改为云享电商SAAS系统

This commit is contained in:
萝卜
2026-03-11 09:10:36 +00:00
parent e6600078fe
commit cf56a4afbc
14 changed files with 39 additions and 20 deletions

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>H5 商城首页 - SaaSShop</title>
<title>H5 商城首页 - {{ config('app.name', '云享电商SAAS系统') }}</title>
<link rel="stylesheet" href="/css/public-pages.css">
</head>
<body class="h5-body">
<div class="h5-header">SaaSShop H5 商城首页</div>
<div class="h5-header">{{ config('app.name', '云享电商SAAS系统') }} H5 商城首页</div>
<div class="h5-wrap">
<p>这是 H5 端模板入口,后续可扩展底部导航、个人中心、下单与支付流程。</p>
<p><a href="/">返回项目首页</a></p>