From e6cf8e3bf08b0f42408a99aa5b8676c4fbdd2d22 Mon Sep 17 00:00:00 2001 From: alisa Date: Fri, 28 Apr 2023 00:10:25 +0800 Subject: [PATCH] feat: new uptime page --- src/modules/[chain]/uptime/index.vue | 12 ++++++++++++ src/plugins/i18n/locales/cn.json | 3 ++- src/plugins/i18n/locales/en.json | 3 ++- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/modules/[chain]/uptime/index.vue diff --git a/src/modules/[chain]/uptime/index.vue b/src/modules/[chain]/uptime/index.vue new file mode 100644 index 00000000..13437e58 --- /dev/null +++ b/src/modules/[chain]/uptime/index.vue @@ -0,0 +1,12 @@ + + + { + meta: { + i18n: 'uptime' + } + } + diff --git a/src/plugins/i18n/locales/cn.json b/src/plugins/i18n/locales/cn.json index 03852525..c2f010df 100644 --- a/src/plugins/i18n/locales/cn.json +++ b/src/plugins/i18n/locales/cn.json @@ -4,7 +4,8 @@ "blocks": "区块和交易", "staking": "质押生息", "governance": "社区治理", - "parameters": "参数" + "parameters": "参数", + "uptime": "状态" }, "index": { "slogan": "Ping Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠", diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index 4bdd6446..6bc0715a 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -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 ... 🛠",