21级的知识图谱仓库
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.

10 lines
267 B

5 months ago
// 用于项目logo 标题配置
export default {
5 months ago
title: '课图——首个开源课程知识图谱管理系统', //项目标题
5 months ago
logo: '/public/vite.svg', //项目logo
logoHidden: true, // logo隐藏设置
5 months ago
'files.associations': {
'*.vue': 'html',
},
5 months ago
}