From 628055fb58673f492a71ad77bc40742dcff8679e Mon Sep 17 00:00:00 2001 From: zhuhao <979263092@qq.com> Date: Mon, 16 Dec 2024 14:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=A8=A1=E5=9E=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/renderer/src/views/model/index.vue | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 21aff1b..f861a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aix-win-ws", - "version": "2.5.5", + "version": "2.5.6", "description": "", "main": "./out/main/index.js", "author": "上海交大重庆人工智能研究院", diff --git a/src/renderer/src/views/model/index.vue b/src/renderer/src/views/model/index.vue index ec0d2f0..c27c811 100644 --- a/src/renderer/src/views/model/index.vue +++ b/src/renderer/src/views/model/index.vue @@ -10,7 +10,7 @@
{{item.name}}
{{item.num}}
-
分析结果
+
{{item.type}}
@@ -112,27 +112,33 @@ const collectRef = (key) => { const tags = reactive([{ name: '课标分析', path: '/model/curriculum', - bgcolor: 'rgb(241,65,108)' + bgcolor: 'rgb(241,65,108)', + type: '分析结果' },{ name: '教材分析', path: '/model/teaching', - bgcolor: 'rgb(114,57,234)' + bgcolor: 'rgb(114,57,234)', + type: '分析结果' },{ name: '考试分析', path: '/model/examination', - bgcolor: 'rgb(251,132,4)' + bgcolor: 'rgb(251,132,4)', + type: '分析结果' },{ name: '素材设计', path: '/model/aiKolors', - bgcolor: 'rgb(25,123,237)' + bgcolor: 'rgb(25,123,237)', + type: '素材' },{ name: '作业设计', path: '/model/newClassTaskAssign', - bgcolor: 'rgb(23,198,83)' + bgcolor: 'rgb(23,198,83)', + type: '作业' },{ name: '框架设计', path: '/model/design', - bgcolor: 'rgb(34,35,43)' + bgcolor: 'rgb(34,35,43)', + type: '设计框架' }]) const tools = reactive([{