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