Increase CountDays from 30 to 60 in config.js

pull/61/head
lovebai 2025-02-16 11:01:19 +08:00
parent 4cafdd9754
commit b65dfff54b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ window.Config = {
],
// 日志天数
CountDays: 30,
CountDays: 60,
// 是否显示检测站点的链接
ShowLink: false,