1
0
mirror of synced 2025-12-15 01:38:05 +08:00
This commit is contained in:
chenkening
2021-06-22 15:49:17 +08:00
parent 7437057b17
commit 31fb28e17f
15 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
base: '/doc/',
title: '大屏设计',
description: '使用拖拽快速生成动态大屏报表',
dest: 'dist',
lastUpdated: 'Last Updated',
theme: '',
themeConfig: {
logo: '/logo.png',
smoothScroll: true,
sidebarDepth: 2,
}
}