You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// 用于项目logo 标题配置
|
|
|
|
export default {
|
|
|
|
title: '课图——首个开源课程知识图谱管理系统', //项目标题
|
|
|
|
logo: '/public/vite.svg', //项目logo
|
|
|
|
logoHidden: true, // logo隐藏设置
|
|
|
|
'files.associations': {
|
|
|
|
'*.vue': 'html',
|
|
|
|
},
|
|
|
|
}
|