📝 版本号更新

This commit is contained in:
chaos-zhu 2024-10-17 23:55:15 +08:00
parent 53cc1628c2
commit 1a09a1276c
3 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
## [2.2.7](https://github.com/chaos-zhu/easynode/releases) (2024-10-xx) ## [2.2.7](https://github.com/chaos-zhu/easynode/releases) (2024-10-17)
### Features ### Features
* 终端连接页新增展示服务端ping客户端延迟ms * 终端连接页新增展示服务端ping客户端延迟ms
* 修复自定义客户端端口默认字符串的bug * 修复自定义客户端端口默认字符串的bug
* 终端支持快捷设置开关: 快捷复制、快捷粘贴、选中脚本自动执行
## [2.2.6](https://github.com/chaos-zhu/easynode/releases) (2024-10-14) ## [2.2.6](https://github.com/chaos-zhu/easynode/releases) (2024-10-14)

View File

@ -1,6 +1,6 @@
{ {
"name": "web", "name": "web",
"version": "2.2.6", "version": "2.2.7",
"description": "easynode-web", "description": "easynode-web",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -45,7 +45,7 @@ const command = ref('')
const timer = ref(null) const timer = ref(null)
const pingTimer = ref(null) const pingTimer = ref(null)
const fitAddon = ref(null) const fitAddon = ref(null)
const searchBar = ref(null) // const searchBar = ref(null)
const hasRegisterEvent = ref(false) const hasRegisterEvent = ref(false)
const socketConnected = ref(false) const socketConnected = ref(false)