mirror of https://github.com/yb/uptime-status
Increase CountDays from 30 to 60 in config.js
parent
4cafdd9754
commit
b65dfff54b
|
@ -10,7 +10,7 @@ window.Config = {
|
|||
],
|
||||
|
||||
// 日志天数
|
||||
CountDays: 30,
|
||||
CountDays: 60,
|
||||
|
||||
// 是否显示检测站点的链接
|
||||
ShowLink: false,
|
||||
|
|
Loading…
Reference in New Issue