docs: 统一更新页面标题为"张老师撸车工作室"

更新所有页面的标题和头部显示,将原来的"洗车预约系统"统一改为"张老师撸车工作室",保持品牌一致性
This commit is contained in:
2025-12-06 03:00:40 +08:00
parent 7f2fe3dd21
commit decbc95d28
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -183,7 +183,7 @@ try {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>待预约处理 - 洗车预约系统</title>
<title>张老师撸车(私家车库)工作室</title>
<link rel="stylesheet" href="style.css">
<style>
/* 待预约页面特定样式 */
@@ -517,7 +517,7 @@ try {
<body>
<div class="pending-bookings-container">
<header class="header">
<h1>🚗 洗车预约系统 - 待处理预约</h1>
<h1>🚗 张老师撸车工作室 - 待处理预约</h1>
<nav class="nav">
<a href="index.php" class="nav-link">预约洗车</a>
<a href="bookings.php" class="nav-link">预约管理</a>