From b33dcc82928cbd44290a1de61572dc3549b2539f Mon Sep 17 00:00:00 2001 From: Ilya <117220282+YakkaDev@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:20:24 +0200 Subject: [PATCH] Delete config.js --- public/config.js | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 public/config.js diff --git a/public/config.js b/public/config.js deleted file mode 100644 index 6ff2f72..0000000 --- a/public/config.js +++ /dev/null @@ -1,36 +0,0 @@ -window.Config = { - - // 显示标题 - SiteName: 'Public Status', - - // UptimeRobot Api Keys - // 支持 Monitor-Specific 和 Read-Only - ApiKeys: [ - 'm784488775-dd1ad84b209c05f8e185c33e', - 'm784490063-7b5da437e7f1e0d67613714d', - 'm784497419-de55aa09902ccb3ab22d548a', - 'm784496436-71a4bf7b1e3bdf7756be131b', - ], - - // 日志天数 - CountDays: 90, - - // 是否显示检测站点的链接 - ShowLink: true, - - // 导航栏菜单 - Navi: [ - { - text: 'Homepage', - url: 'https://status.org.cn/' - }, - { - text: 'GitHub', - url: 'https://github.com/yb/uptime-status' - }, - { - text: 'Blog', - url: 'https://abo.xyz/' - }, - ], -};