大模型页面补全
This commit is contained in:
parent
bf4b857eb7
commit
628055fb58
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "aix-win-ws",
|
"name": "aix-win-ws",
|
||||||
"version": "2.5.5",
|
"version": "2.5.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "上海交大重庆人工智能研究院",
|
"author": "上海交大重庆人工智能研究院",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="content-header-title">{{item.name}}</div>
|
<div class="content-header-title">{{item.name}}</div>
|
||||||
<div class="content-header-body">
|
<div class="content-header-body">
|
||||||
<div class="content-header-num">{{item.num}}</div>
|
<div class="content-header-num">{{item.num}}</div>
|
||||||
<div class="content-header-text">分析结果</div>
|
<div class="content-header-text">{{item.type}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -112,27 +112,33 @@ const collectRef = (key) => {
|
||||||
const tags = reactive([{
|
const tags = reactive([{
|
||||||
name: '课标分析',
|
name: '课标分析',
|
||||||
path: '/model/curriculum',
|
path: '/model/curriculum',
|
||||||
bgcolor: 'rgb(241,65,108)'
|
bgcolor: 'rgb(241,65,108)',
|
||||||
|
type: '分析结果'
|
||||||
},{
|
},{
|
||||||
name: '教材分析',
|
name: '教材分析',
|
||||||
path: '/model/teaching',
|
path: '/model/teaching',
|
||||||
bgcolor: 'rgb(114,57,234)'
|
bgcolor: 'rgb(114,57,234)',
|
||||||
|
type: '分析结果'
|
||||||
},{
|
},{
|
||||||
name: '考试分析',
|
name: '考试分析',
|
||||||
path: '/model/examination',
|
path: '/model/examination',
|
||||||
bgcolor: 'rgb(251,132,4)'
|
bgcolor: 'rgb(251,132,4)',
|
||||||
|
type: '分析结果'
|
||||||
},{
|
},{
|
||||||
name: '素材设计',
|
name: '素材设计',
|
||||||
path: '/model/aiKolors',
|
path: '/model/aiKolors',
|
||||||
bgcolor: 'rgb(25,123,237)'
|
bgcolor: 'rgb(25,123,237)',
|
||||||
|
type: '素材'
|
||||||
},{
|
},{
|
||||||
name: '作业设计',
|
name: '作业设计',
|
||||||
path: '/model/newClassTaskAssign',
|
path: '/model/newClassTaskAssign',
|
||||||
bgcolor: 'rgb(23,198,83)'
|
bgcolor: 'rgb(23,198,83)',
|
||||||
|
type: '作业'
|
||||||
},{
|
},{
|
||||||
name: '框架设计',
|
name: '框架设计',
|
||||||
path: '/model/design',
|
path: '/model/design',
|
||||||
bgcolor: 'rgb(34,35,43)'
|
bgcolor: 'rgb(34,35,43)',
|
||||||
|
type: '设计框架'
|
||||||
}])
|
}])
|
||||||
|
|
||||||
const tools = reactive([{
|
const tools = reactive([{
|
||||||
|
|
Loading…
Reference in New Issue