diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
index fb97ceabb..9c26978b5 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -1150,6 +1150,44 @@
"enablePullDownRefresh": false
}
},
+ // 智慧教学设计
+ {
+ "path": "pages/EducationalAdministration/SmartEducation/list",
+ "style": {
+ "navigationBarTitleText": "智慧教学设计",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "pages/EducationalAdministration/SmartEducation/single",
+ "style": {
+ "navigationBarTitleText": "观看课程",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "pages/EducationalAdministration/SmartEducation/AIres",
+ "style": {
+ "navigationBarTitleText": "结果",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "pages/EducationalAdministration/SmartEducation/record",
+ "style": {
+ "navigationBarTitleText": "查看记录",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "pages/EducationalAdministration/practiceCourse/list",
+ "style": {
+ "navigationBarTitleText": "我的自主练习课程",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "pages/EducationalAdministration/practiceCourse/single",
+ "style": {
+ "navigationBarTitleText": "上传课程",
+ "enablePullDownRefresh": false
+ }
+ },
// 统一应用
{
"path": "pages/SSO/MyApp/list",
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/AIres.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/AIres.vue
new file mode 100644
index 000000000..902240def
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/AIres.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ AI分析结果
+
+
+
+ 教学环节
+
+
+
+
+ 教学特色
+
+
+
+
+ AI分析结果:
+
+
+ 压力是指垂直作用在物体表面上的力,它的方向总是指向支持物并和支持物的表面垂直。
+ 在具体的问题中,压力的方向和支持物的位置有关。
+ 这里必须要明确的是,我们不能有压力的方向总是竖直向下的错误认识。
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/list.vue
new file mode 100644
index 000000000..21e18fa89
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/list.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+ 我的自主练习课程
+
+
+ >
+
+
+
+ 课程
+
+
+
+
+ {{item.lesson}}·七年级
+
+
+ {{item.name}}
+
+
+
+ {{item.lesson}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/record.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/record.vue
new file mode 100644
index 000000000..c130a8597
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/record.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+ 11-01 08:30
+
+
+
+ 教学环节:压力是指垂直作用在物体表面上的力,它的方向总是指向支持物并和支持物的表面垂直。
+ 在具体的问题中,压力的方向和支持物的位置有关。
+ 这里必须要明确的是,我们不能有压力的方向总是竖直向下的错误认识。
+
+
+ 教学特色:压力是指垂直作用在物体表面上的力,它的方向总是指向支持物并和支持物的表面垂直。
+ 在具体的问题中,压力的方向和支持物的位置有关。
+ 这里必须要明确的是,我们不能有压力的方向总是竖直向下的错误认识。
+
+
+ 查看全部
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/single.vue
new file mode 100644
index 000000000..0380fecac
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/single.vue
@@ -0,0 +1,206 @@
+
+
+
+
+ {{form.title}}
+
+
+ 物理·八年级
+
+
+ 11-01 08:30
+
+
+
+
+
+ 教学环节
+
+
+
+
+
+ 教学特色
+
+
+
+
+
+
+
+
+
+ 查看记录
+
+
+
+
+
+
+ AI分析
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/list.vue
new file mode 100644
index 000000000..7fbcc41d2
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/list.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无上传课程
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/single.vue
new file mode 100644
index 000000000..0edb73703
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/single.vue
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue
index 8c53f1ae2..0fe7b3a80 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue
@@ -53,13 +53,17 @@
{{ item.F_Name }}
-
+ 更多应用
+ >更多应用
+
+
+
+
+
+
统计数据
@@ -711,6 +715,14 @@ export default {
background-color: #fff;
overflow: hidden;
}
+
+ .smartEdu{
+ text-align: center;
+ padding-bottom: 28rpx;
+ img{
+ width: 90%;
+ }
+ }
}
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/empty.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/empty.png
new file mode 100644
index 000000000..437283862
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/empty.png differ
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AI.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AI.png
new file mode 100644
index 000000000..c3619b2e5
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AI.png differ
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AIres.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AIres.png
new file mode 100644
index 000000000..47eebd9eb
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AIres.png differ
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/banner.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/banner.png
new file mode 100644
index 000000000..267fb3f78
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/banner.png differ
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/btn.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/btn.png
new file mode 100644
index 000000000..0daedb350
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/btn.png differ
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/time.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/time.png
new file mode 100644
index 000000000..88e6eca91
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/time.png differ