subweb/public/conf/config.js

23 lines
418 B
JavaScript

window.config = {
siteName: 'Subconverter Web',
apiUrl: 'http://127.0.0.1:25500',
shortUrl: 'https://s.ops.ci',
menuItem: [
{
title: '首页',
link: '/',
target: '',
},
{
title: '短链接',
link: 'https://s.ops.ci',
target: '_blank',
},
{
title: 'GitHub',
link: 'https://github.com/stilleshan/subweb',
target: '_blank',
},
],
};