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
@@ -58,7 +58,7 @@ try {
<meta name="format-detection" content="telephone=no">
<meta name="description" content="今日洗车待办列表,直观展示今日需要处理的洗车预约">
<meta name="keywords" content="公告,今日待办,预约列表,洗车管理">
<title><?php echo $page_title; ?></title>
<title>张老师撸车(私家车库)工作室</title>
<link rel="stylesheet" href="style.css">
<style>
/* 公告页面特有样式 */
@@ -274,7 +274,7 @@ try {
<body>
<div class="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>
+2 -2
View File
@@ -74,7 +74,7 @@ try {
<meta name="format-detection" content="telephone=no">
<meta name="description" content="洗车预约管理列表,查看和管理所有预约记录">
<meta name="keywords" content="预约管理,洗车预约,预约列表">
<title>预约列表 - 洗车预约系统</title>
<title>张老师撸车(私家车库)工作室</title>
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
@@ -84,7 +84,7 @@ try {
<body>
<div class="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 active">预约管理</a>
+1 -1
View File
@@ -311,7 +311,7 @@ $packages_json = json_encode(array_map(function($package) {
<body>
<div class="container">
<header class="header">
<h1>🚗 张老师撸车(私家车库)工作室预约系统</h1>
<h1>🚗 张老师撸车工作室</h1>
<nav class="nav">
<a href="index.php" class="nav-link active">预约洗车</a>
<a href="bookings.php" class="nav-link">预约管理</a>
+2 -2
View File
@@ -52,7 +52,7 @@ $packages = $stmt->fetchAll();
<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>
/* 套餐管理页面特定样式 */
@@ -74,7 +74,7 @@ $packages = $stmt->fetchAll();
<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>
+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>
+2 -2
View File
@@ -141,13 +141,13 @@ try {
<meta name="format-detection" content="telephone=no">
<meta name="description" content="VIP客户管理,录入和管理VIP客户信息">
<meta name="keywords" content="VIP管理,客户管理,会员管理">
<title>VIP管理 - 洗车预约系统</title>
<title>张老师撸车(私家车库)工作室</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header class="header">
<h1>🚗 洗车预约系统 - VIP管理</h1>
<h1>🚗 张老师撸车工作室 - VIP管理</h1>
<nav class="nav">
<a href="index.php" class="nav-link">预约洗车</a>
<a href="bookings.php" class="nav-link">预约管理</a>