Initial commit: 心理咨询预约系统

PHP 前后端一体:首页咨询师列表、预约表单、管理后台、二维码准入与邮件通知;敏感配置与提交数据通过 .gitignore 排除。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
litianming
2026-06-04 10:17:09 +08:00
commit 08ce60344d
49 changed files with 3490 additions and 0 deletions

5
assets/avatars/li.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<circle cx="60" cy="60" r="60" fill="#E8F4F8"/>
<circle cx="60" cy="48" r="22" fill="#5BA4B8"/>
<ellipse cx="60" cy="95" rx="32" ry="24" fill="#5BA4B8"/>
</svg>

After

Width:  |  Height:  |  Size: 255 B

5
assets/avatars/wang.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<circle cx="60" cy="60" r="60" fill="#F0EDE8"/>
<circle cx="60" cy="48" r="22" fill="#8B7355"/>
<ellipse cx="60" cy="95" rx="32" ry="24" fill="#8B7355"/>
</svg>

After

Width:  |  Height:  |  Size: 255 B

5
assets/avatars/zhang.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<circle cx="60" cy="60" r="60" fill="#FFE4D6"/>
<circle cx="60" cy="48" r="22" fill="#E87B3A"/>
<ellipse cx="60" cy="95" rx="32" ry="24" fill="#E87B3A"/>
</svg>

After

Width:  |  Height:  |  Size: 255 B

11
assets/hero.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 200" width="320" height="200">
<rect width="320" height="200" fill="none"/>
<ellipse cx="160" cy="170" rx="100" ry="12" fill="#F5D5C8" opacity="0.5"/>
<rect x="80" y="100" width="160" height="8" rx="4" fill="#D4A574"/>
<rect x="100" y="108" width="40" height="50" rx="4" fill="#E87B3A" opacity="0.3"/>
<circle cx="120" cy="75" r="18" fill="#FFD4C2"/>
<rect x="108" y="93" width="24" height="35" rx="6" fill="#E87B3A"/>
<circle cx="200" cy="80" r="16" fill="#FFE4D6"/>
<rect x="190" y="96" width="20" height="30" rx="5" fill="#5BA4B8"/>
<path d="M130 60 Q160 40 190 55" stroke="#E87B3A" stroke-width="2" fill="none" opacity="0.4"/>
</svg>

After

Width:  |  Height:  |  Size: 713 B