hookehuyr

refactor: 将项目名称从“亲子学院”更改为“美乐爱觉教育”

更新了所有相关页面和组件中的项目名称,确保一致性
1 <!-- 1 <!--
2 * @Date: 2025-03-21 16:52:39 2 * @Date: 2025-03-21 16:52:39
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-03-21 16:56:29 4 + * @LastEditTime: 2025-05-16 17:41:13
5 * @FilePath: /mlaj/src/components/ui/TermsPopup.vue 5 * @FilePath: /mlaj/src/components/ui/TermsPopup.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
20 20
21 <div class="flex-1 overflow-y-auto p-4 pt-0"> 21 <div class="flex-1 overflow-y-auto p-4 pt-0">
22 <div v-if="type === 'terms'" class="space-y-4 text-gray-600"> 22 <div v-if="type === 'terms'" class="space-y-4 text-gray-600">
23 - <p>欢迎使用亲子学院!在使用我们的服务之前,请仔细阅读以下用户协议。</p> 23 + <p>欢迎使用美乐爱觉教育!在使用我们的服务之前,请仔细阅读以下用户协议。</p>
24 24
25 <h5 class="font-medium text-gray-800">1. 服务内容</h5> 25 <h5 class="font-medium text-gray-800">1. 服务内容</h5>
26 - <p>亲子学院为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p> 26 + <p>美乐爱觉教育为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p>
27 27
28 <h5 class="font-medium text-gray-800">2. 用户责任</h5> 28 <h5 class="font-medium text-gray-800">2. 用户责任</h5>
29 <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p> 29 <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
34 <h5 class="font-medium text-gray-800">4. 免责声明</h5> 34 <h5 class="font-medium text-gray-800">4. 免责声明</h5>
35 <p>对于因不可抗力或非本平台原因造成的服务中断或其他缺陷,本平台不承担任何责任。</p> 35 <p>对于因不可抗力或非本平台原因造成的服务中断或其他缺陷,本平台不承担任何责任。</p>
36 <h5 class="font-medium text-gray-800">1. 服务内容</h5> 36 <h5 class="font-medium text-gray-800">1. 服务内容</h5>
37 - <p>亲子学院为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p> 37 + <p>美乐爱觉教育为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p>
38 38
39 <h5 class="font-medium text-gray-800">2. 用户责任</h5> 39 <h5 class="font-medium text-gray-800">2. 用户责任</h5>
40 <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p> 40 <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p>
......
...@@ -37,7 +37,7 @@ export default { ...@@ -37,7 +37,7 @@ export default {
37 props: { 37 props: {
38 title: { 38 title: {
39 type: String, 39 type: String,
40 - default: '亲子学院' 40 + default: '美乐爱觉教育'
41 }, 41 },
42 showBack: { 42 showBack: {
43 type: Boolean, 43 type: Boolean,
......
1 <!-- 1 <!--
2 * @Date: 2025-03-20 19:55:21 2 * @Date: 2025-03-20 19:55:21
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-05-15 11:56:30 4 + * @LastEditTime: 2025-05-16 17:40:55
5 * @FilePath: /mlaj/src/views/HomePage.vue 5 * @FilePath: /mlaj/src/views/HomePage.vue
6 - * @Description: 亲子学院首页组件 6 + * @Description: 美乐爱觉教育首页组件
7 * 7 *
8 * 主要功能模块: 8 * 主要功能模块:
9 * 1. 用户欢迎区:显示用户信息和每日打卡 9 * 1. 用户欢迎区:显示用户信息和每日打卡
......
1 <template> 1 <template>
2 <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"> 2 <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8">
3 <div class="sm:mx-auto sm:w-full sm:max-w-md"> 3 <div class="sm:mx-auto sm:w-full sm:max-w-md">
4 - <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">亲子学院</h1> 4 + <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">美乐爱觉教育</h1>
5 <h2 class="text-center text-xl font-medium text-gray-600">重置密码</h2> 5 <h2 class="text-center text-xl font-medium text-gray-600">重置密码</h2>
6 </div> 6 </div>
7 7
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8" 3 class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"
4 > 4 >
5 <div class="sm:mx-auto sm:w-full sm:max-w-md"> 5 <div class="sm:mx-auto sm:w-full sm:max-w-md">
6 - <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">亲子学院</h1> 6 + <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">美乐爱觉教育</h1>
7 <h2 class="text-center text-xl font-medium text-gray-600">欢迎回来</h2> 7 <h2 class="text-center text-xl font-medium text-gray-600">欢迎回来</h2>
8 </div> 8 </div>
9 9
......
1 <template> 1 <template>
2 <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"> 2 <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8">
3 <div class="sm:mx-auto sm:w-full sm:max-w-md"> 3 <div class="sm:mx-auto sm:w-full sm:max-w-md">
4 - <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">亲子学院</h1> 4 + <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">美乐爱觉教育</h1>
5 <h2 class="text-center text-xl font-medium text-gray-600">创建账号</h2> 5 <h2 class="text-center text-xl font-medium text-gray-600">创建账号</h2>
6 </div> 6 </div>
7 7
......