From 8dc25a8589eebfa2e38b8ef13c4c6b4d2f506315 Mon Sep 17 00:00:00 2001
From: ljw <84855512@qq.com>
Date: Mon, 28 Oct 2024 20:23:57 +0800
Subject: [PATCH] add last online ip
---
src/utils/i18n/en.json | 3 +++
src/utils/i18n/ko.json | 3 +++
src/utils/i18n/ru.json | 3 +++
src/utils/i18n/zh_CN.json | 3 +++
src/views/peer/index.vue | 1 +
5 files changed, 13 insertions(+)
diff --git a/src/utils/i18n/en.json b/src/utils/i18n/en.json
index 861e862..903e744 100644
--- a/src/utils/i18n/en.json
+++ b/src/utils/i18n/en.json
@@ -435,5 +435,8 @@
},
"MyAddressBookTips": {
"One": "\"My Address Book\" is the default of the system, cannot be modified or deleted"
+ },
+ "LastOnlineIp": {
+ "One": "Last Online Ip"
}
}
diff --git a/src/utils/i18n/ko.json b/src/utils/i18n/ko.json
index 19b390b..4efe106 100644
--- a/src/utils/i18n/ko.json
+++ b/src/utils/i18n/ko.json
@@ -421,5 +421,8 @@
},
"MyAddressBookTips": {
"One": "\"내 주소록\"은 시스템의 기본값이며 수정하거나 삭제할 수 없습니다."
+ },
+ "LastOnlineIp": {
+ "One": "마지막 온라인 IP"
}
}
diff --git a/src/utils/i18n/ru.json b/src/utils/i18n/ru.json
index 80bd7d6..25b1f5c 100644
--- a/src/utils/i18n/ru.json
+++ b/src/utils/i18n/ru.json
@@ -435,6 +435,9 @@
},
"MyAddressBookTips": {
"One": "«Моя адресная книга» является стандартным для системы, не может быть изменена или удалена"
+ },
+ "LastOnlineIp": {
+ "One": "Последний IP онлайн"
}
}
diff --git a/src/utils/i18n/zh_CN.json b/src/utils/i18n/zh_CN.json
index 9631e84..9870a53 100644
--- a/src/utils/i18n/zh_CN.json
+++ b/src/utils/i18n/zh_CN.json
@@ -424,5 +424,8 @@
},
"MyAddressBookTips": {
"One": "\"我的地址簿\"是系统默认,不可修改、删除"
+ },
+ "LastOnlineIp": {
+ "One": "最后在线IP"
}
}
diff --git a/src/views/peer/index.vue b/src/views/peer/index.vue
index d54cddf..27aeda6 100644
--- a/src/views/peer/index.vue
+++ b/src/views/peer/index.vue
@@ -46,6 +46,7 @@
+