configs.js 386 B

1234567891011121314151617
  1. /**
  2. * @author oldj
  3. * @blog https://oldj.net
  4. */
  5. 'use strict'
  6. const m_ver = require('./version')
  7. module.exports = {
  8. PORT: 50761,
  9. version: m_ver.slice(0, 3).join('.'),
  10. version_full: m_ver.join('.'),
  11. url_download: 'https://github.com/oldj/SwitchHosts/releases',
  12. url_feedback: 'https://github.com/oldj/SwitchHosts/issues',
  13. url_home: 'https://oldj.github.io/SwitchHosts/'
  14. }