upgrade: init by i18n

add: batch delete peer
add: batch peer to addressbook
This commit is contained in:
ljw
2024-09-29 11:53:58 +08:00
parent 61fc53858b
commit 609dfaeea0
15 changed files with 249 additions and 26 deletions

View File

@@ -2759,6 +2759,9 @@ const docTemplateadmin = `{
"id": {
"type": "string"
},
"last_online_time": {
"type": "integer"
},
"memory": {
"type": "string"
},

View File

@@ -2752,6 +2752,9 @@
"id": {
"type": "string"
},
"last_online_time": {
"type": "integer"
},
"memory": {
"type": "string"
},

View File

@@ -346,6 +346,8 @@ definitions:
type: string
id:
type: string
last_online_time:
type: integer
memory:
type: string
os: