subweb/public/conf/config.js

17 lines
291 B
JavaScript
Raw Normal View History

2022-07-11 16:17:01 +08:00
window.config = {
siteName: 'Subconverter Web',
apiUrl: 'http://127.0.0.1:25500',
menuItem: [
{
title: '首页',
link: '/',
target: '',
},
{
title: 'GitHub',
link: 'https://github.com/stilleshan/subweb',
target: '_blank',
},
],
};