feat: new uptime page

This commit is contained in:
alisa 2023-04-28 00:10:25 +08:00
parent 8b13edcb17
commit e6cf8e3bf0
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<template>
<VCard>
UPTIME
</VCard>
</template>
<route>
{
meta: {
i18n: 'uptime'
}
}
</route>

View File

@ -4,7 +4,8 @@
"blocks": "区块和交易",
"staking": "质押生息",
"governance": "社区治理",
"parameters": "参数"
"parameters": "参数",
"uptime": "状态"
},
"index": {
"slogan": "Ping Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠",

View File

@ -4,7 +4,8 @@
"blocks": "Blocks&Transaction",
"staking": "Staking",
"governance": "Governance",
"parameters": "Parameters"
"parameters": "Parameters",
"uptime": "Uptime"
},
"index": {
"slogan": "Ping Dashboard is not just an explorer but also a wallet and more ... 🛠",