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

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

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PC 商城首页 - {{ config('app.name', '云享电商SAAS系统') }}</title>
<title>PC 商城首页 - SaaSShop</title>
<link rel="stylesheet" href="/css/public-pages.css">
</head>
<body class="pc-body">
<div class="pc-top"><strong>{{ config('app.name', '云享电商SAAS系统') }} PC 端商城首页</strong></div>
<div class="pc-top"><strong>SaaSShop PC 端商城首页</strong></div>
<div class="pc-wrap">
<p>这是 PC 端模板入口,后续可扩展导航、分类、搜索、购物车与会员中心。</p>
<p><a href="/">返回项目首页</a></p>