You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
260 B
JavaScript
15 lines
260 B
JavaScript
3 years ago
|
module.exports = {
|
||
|
base: '/doc/',
|
||
|
title: '大屏设计',
|
||
|
description: '使用拖拽快速生成动态大屏报表',
|
||
|
dest: 'dist',
|
||
|
lastUpdated: 'Last Updated',
|
||
|
theme: '',
|
||
|
themeConfig: {
|
||
|
logo: '/logo.png',
|
||
|
smoothScroll: true,
|
||
|
sidebarDepth: 2,
|
||
|
|
||
|
}
|
||
|
}
|