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 @@
+
+
+ UPTIME
+
+
+
+ {
+ 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 ... 🛠",