doczrc.js 233 B

1234567891011121314
  1. export default {
  2. dest: '/dist',
  3. title: '我的网络笔记本',
  4. description: 'This is my note web app.',
  5. theme: 'docz-theme-default',
  6. themeConfig: {
  7. colors: {
  8. mode: 'dark',
  9. primary: 'tomato',
  10. },
  11. }
  12. }