Update configuration settings and footer links in app.js and config.js

pull/61/head
lovebai 2025-02-16 10:46:02 +08:00
parent 755a0850ea
commit 4cafdd9754
2 changed files with 8 additions and 11 deletions

View File

@ -1,36 +1,33 @@
window.Config = {
// 显示标题
SiteName: 'Public Status',
SiteName: 'Public Status Page',
// UptimeRobot Api Keys
// 支持 Monitor-Specific 和 Read-Only
ApiKeys: [
'm784488775-dd1ad84b209c05f8e185c33e',
'm784490063-7b5da437e7f1e0d67613714d',
'm784497419-de55aa09902ccb3ab22d548a',
'm784496436-71a4bf7b1e3bdf7756be131b',
'ur2787651-ae61d0cfa1442cdabd672217'
],
// 日志天数
CountDays: 90,
CountDays: 30,
// 是否显示检测站点的链接
ShowLink: true,
ShowLink: false,
// 导航栏菜单
Navi: [
{
text: 'Homepage',
url: 'https://status.org.cn/'
url: '/'
},
{
text: 'GitHub',
url: 'https://github.com/yb/uptime-status'
url: 'https://github.com/lovebai/uptime-status'
},
{
text: 'Blog',
url: 'https://abo.xyz/'
url: 'https://obai.cc/'
},
],
};

View File

@ -24,7 +24,7 @@ function App() {
</div>
<div id='footer'>
<p>基于 <Link to='https://uptimerobot.com/' text='UptimeRobot' /> 接口制作检测频率 5 分钟</p>
<p>&copy; 2020 <Link to='https://status.org.cn/' text='STATUS.ORG.CN' />, Version {Package.version}</p>
<p>&copy; 2020 <Link to='https://STATUS.BDUCDS.COM/' text='STATUS.BDUCDS.COM' />, Version {Package.version}</p>
</div>
</div>
</>