config.js 323 B

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