feat: sync version button

This commit is contained in:
Tristan Yang
2023-02-17 20:15:17 +08:00
parent 3a356b6311
commit e87311ebc3
3 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -202,7 +202,8 @@
"version": {
"client_version": "Client Version",
"server_version": "Server Version",
"build_time": "Build Timestamp"
"build_time": "Build Timestamp",
"sync": "Sync to the latest version"
},
"api_doc": {
"desc": "We have detailed API documentation that you can build your own chat tool based on.",
+2 -1
View File
@@ -197,7 +197,8 @@
"version": {
"client_version": "客户端版本",
"server_version": "服务器端版本",
"build_time": "构建时间戳"
"build_time": "构建时间戳",
"sync": "同步到最新版"
},
"api_doc": {
"desc": "我们有详尽的API文档说明,你可以基于该文档,构建自己的客户端聊天工具。",