1
0
mirror of synced 2025-12-14 01:08:04 +08:00
Files
AJ-Report/doc/docs/.vuepress/config.js
chenkening 31fb28e17f docs
2021-06-22 15:49:17 +08:00

15 lines
260 B
JavaScript

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