subweb/public/conf/config.js

26 lines
515 B
JavaScript

window.config = {
// 网站标题
siteName: 'Subconverter Web',
// API 地址
apiUrl: 'http://127.0.0.1:25500',
// 短域名服务地址
shortUrl: 'https://s.ops.ci',
// 默认远程配置
remoteConfigName: '默认配置',
// 默认远程配置地址
remoteConfigUrl: '',
// 首页菜单
menuItem: [
{
title: '首页',
link: '/',
target: '',
},
{
title: 'GitHub',
link: 'https://github.com/stilleshan/subweb',
target: '_blank',
},
],
};