config.js 184 B

12345678910
  1. module.exports = {
  2. title: '票圈UI交互库',
  3. themeConfig: {
  4. sidebar: [
  5. ['/', '首页'],
  6. 'guide/',
  7. 'components/',
  8. ]
  9. }
  10. }