Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
baozishu committed Jul 19, 2020
1 parent a3c28a9 commit f23d11e
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 0 deletions.
35 changes: 35 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// 配置
window.Config = {

// 站点名
SiteName: 'Uptime Status',

// 站点链接
SiteUrl: '/',

// UptimeRobot Api Keys
// 支持 Monitor-Specific 和 Read-Only 两只 Api Key
ApiKeys: [
'u886978-f722aea9de145ef225d7a14a',
],

// 是否显示监测站点的链接
ShowLink: true,

// 日志天数
// 虽然免费版说仅保存60天日志,但测试好像API可以获取90天的
// 不过时间不要设置太长,容易卡,接口请求也容易失败
CountDays: 30,

// 导航栏菜单
Navi: [
{
text: 'π.site',
url: 'https://π.site/'
},
{
text: 'Status',
url: '#'
}
]
};
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon1.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><title>Uptime Status</title><link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/><script src="./config.js"></script><link href="./static/css/main.9d11a12e.css" rel="stylesheet"></head><body><div id="app"></div><script src="./static/js/main.b23dcefe.js"></script></body></html>
1 change: 1 addition & 0 deletions static/css/main.9d11a12e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions static/js/main.b23dcefe.js

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions static/js/main.b23dcefe.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/** @license React v0.19.0
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.0
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.0
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
Binary file added static/media/background.b132844f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f23d11e

Please sign in to comment.