config.js 291 B

12345678910111213141516
  1. window.config = {
  2. siteName: 'Subconverter Web',
  3. apiUrl: 'http://127.0.0.1:25500',
  4. menuItem: [
  5. {
  6. title: '首页',
  7. link: '/',
  8. target: '',
  9. },
  10. {
  11. title: 'GitHub',
  12. link: 'https://github.com/stilleshan/subweb',
  13. target: '_blank',
  14. },
  15. ],
  16. };