modified: public/config.js

modified:   src/components/app.js
pull/49/head
doveyoung 2023-06-06 14:25:25 +08:00
parent bb67f7f2a7
commit 96ad908e33
1 changed files with 4 additions and 15 deletions

View File

@ -6,31 +6,20 @@ window.Config = {
// UptimeRobot Api Keys // UptimeRobot Api Keys
// 支持 Monitor-Specific 和 Read-Only // 支持 Monitor-Specific 和 Read-Only
ApiKeys: [ ApiKeys: [
'm784488775-dd1ad84b209c05f8e185c33e', customapi,
'm784490063-7b5da437e7f1e0d67613714d',
'm784497419-de55aa09902ccb3ab22d548a',
'm784496436-71a4bf7b1e3bdf7756be131b',
], ],
// 日志天数 // 日志天数
CountDays: 90, CountDays: 60,
// 是否显示检测站点的链接 // 是否显示检测站点的链接
ShowLink: true, ShowLink: false,
// 导航栏菜单 // 导航栏菜单
Navi: [ Navi: [
{ {
text: 'Homepage', text: 'Homepage',
url: 'https://status.org.cn/' url: 'https://status.feegr.cc/'
},
{
text: 'GitHub',
url: 'https://github.com/yb/uptime-status'
},
{
text: 'Blog',
url: 'https://abo.xyz/'
}, },
], ],
}; };