123456789101112131415 |
- module.exports = {
- title: '全球国际中文教学服务云平台',
- /**
- * @type {boolean} true | false
- * @description Whether fix the header
- */
- fixedHeader: false,
- /**
- * @type {boolean} true | false
- * @description Whether show the logo in sidebar
- */
- sidebarLogo: false
- }
|