-
Notifications
You must be signed in to change notification settings - Fork 438
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
Showing
4 changed files
with
41 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// 配置 | ||
window.Config = { | ||
|
||
// 站点名 | ||
SiteName: 'Uptime Status', | ||
|
||
// 站点链接 | ||
SiteUrl: '/', | ||
|
||
// UptimeRobot Api Keys | ||
// 支持 Monitor-Specific 和 Read-Only 两只 Api Key | ||
ApiKeys: [ | ||
'm784488775-dd1ad84b209c05f8e185c33e', | ||
'm784490063-7b5da437e7f1e0d67613714d', | ||
'm784497419-de55aa09902ccb3ab22d548a', | ||
'm784496436-71a4bf7b1e3bdf7756be131b', | ||
], | ||
|
||
// 是否显示监测站点的链接 | ||
ShowLink: true, | ||
|
||
// 日志天数 | ||
// 虽然免费版说仅保存60天日志,但测试好像API可以获取90天的 | ||
// 不过时间不要设置太长,容易卡,接口请求也容易失败 | ||
CountDays: 60, | ||
|
||
// 导航栏菜单 | ||
Navi: [ | ||
{ | ||
text: 'Homepage', | ||
url: 'https://status.org.cn/' | ||
}, | ||
{ | ||
text: 'GitHub', | ||
url: 'https://github.com/yb/uptime-status' | ||
} | ||
] | ||
}; |
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
fcfc80c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: