feat: new uptime page
This commit is contained in:
parent
8b13edcb17
commit
e6cf8e3bf0
12
src/modules/[chain]/uptime/index.vue
Normal file
12
src/modules/[chain]/uptime/index.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<VCard>
|
||||
UPTIME
|
||||
</VCard>
|
||||
</template>
|
||||
<route>
|
||||
{
|
||||
meta: {
|
||||
i18n: 'uptime'
|
||||
}
|
||||
}
|
||||
</route>
|
@ -4,7 +4,8 @@
|
||||
"blocks": "区块和交易",
|
||||
"staking": "质押生息",
|
||||
"governance": "社区治理",
|
||||
"parameters": "参数"
|
||||
"parameters": "参数",
|
||||
"uptime": "状态"
|
||||
},
|
||||
"index": {
|
||||
"slogan": "Ping Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠",
|
||||
|
@ -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 ... 🛠",
|
||||
|
Loading…
Reference in New Issue
Block a user