feat():learning后台管理项目初始化

This commit is contained in:
yuj
2025-12-04 16:23:46 +08:00
parent 39886d50d2
commit 88e048f4d1
154 changed files with 28966 additions and 6 deletions

View File

@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
line-height: 1.6;
color: #333333;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
}
.container {
background-color: #f5f5f5;
border-radius: 8px;
padding: 30px;
}
.header {
text-align: center;
margin-bottom: 30px;
}
.header h1 {
color: #000000;
font-size: 24px;
margin: 0;
font-weight: 600;
}
.content {
background-color: #ffffff;
border-radius: 6px;
padding: 25px;
margin-bottom: 20px;
}
.footer {
text-align: center;
font-size: 12px;
color: #999999;
margin-top: 30px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>主题: 关于您的 GoalfyAI 申请</h1>
</div>
<div class="content">
<p>您好,</p>
<p>您的账户申请暂未通过审核。</p>
<p>如有疑问请联系goalfymax@goalfyai.com</p>
</div>
<div class="footer">
<p>GoalfyAI 团队</p>
</div>
</div>
</body>
</html>