-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8ebed0
commit a159a44
Showing
2 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,32 @@ | ||
window.config = { | ||
// 网站标题 | ||
siteName: 'Subconverter Web', | ||
// API 地址 | ||
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', | ||
}, | ||
], | ||
// 远程配置地址,可以自行按照格式添加。 | ||
remoteConfigOptions: [ | ||
{ | ||
value: 'https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/config/ACL4SSR_Online.ini', | ||
text: 'ACL4SSR Online', | ||
}, | ||
{ | ||
value: 'https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/config/ACL4SSR_Online_Full.ini', | ||
text: 'ACL4SSR Online Full', | ||
}, | ||
], | ||
}; |