修改前端 项目改名

This commit is contained in:
2025-09-19 22:03:59 +08:00
parent 98c6371c4e
commit 7786e5f507
31 changed files with 950 additions and 449 deletions

View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
AI模型应用服务模块
Created by: 神奇万事通
Created by: 万象口袋
Date: 2025-01-15
"""

View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
用户认证模块
Created by: 神奇万事通
Created by: 万象口袋
Date: 2025-09-02
"""

View File

@@ -72,7 +72,7 @@ def send_verification_email(email, verification_type='register'):
<body>
<div style="font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto; padding: 20px;">
<div style="text-align: center; margin-bottom: 30px;">
<h1 style="color: #66bb6a; margin: 0;">InfoGenie 神奇万事通</h1>
<h1 style="color: #66bb6a; margin: 0;">InfoGenie 万象口袋</h1>
<p style="color: #666; font-size: 14px; margin: 5px 0;">欢迎注册InfoGenie</p>
</div>
@@ -101,7 +101,7 @@ def send_verification_email(email, verification_type='register'):
<body>
<div style="font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto; padding: 20px;">
<div style="text-align: center; margin-bottom: 30px;">
<h1 style="color: #66bb6a; margin: 0;">InfoGenie 神奇万事通</h1>
<h1 style="color: #66bb6a; margin: 0;">InfoGenie 万象口袋</h1>
<p style="color: #666; font-size: 14px; margin: 5px 0;">安全登录验证</p>
</div>

View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
用户管理模块
Created by: 神奇万事通
Created by: 万象口袋
Date: 2025-09-02
"""