Skip to content

Commit 69a4197

Browse files
committed
perf: finish connect koko ws
1 parent 4108ab2 commit 69a4197

50 files changed

Lines changed: 2515 additions & 592 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.development

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Dev connector endpoints(对齐 lina 的 VITE_CORE_HOST / VITE_CORE_WS 方式)
2+
# 不配置时回退到当前 origin,由 nuxt dev proxy(/koko/、/koko/ws/ 等)转发
3+
4+
VITE_KOKO_WS = 'ws://localhost:5050'
5+
VITE_KOKO_HOST = 'http://localhost:5050'
6+
7+
# VITE_CHEN_WS = 'ws://localhost:9523'
8+
# VITE_CHEN_HOST = 'http://localhost:9523'
9+
10+
# VITE_LION_WS = 'ws://localhost:9529'
11+
# VITE_LION_HOST = 'http://localhost:9529'

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,23 @@
5151
"@tauri-apps/plugin-shell": "^2.3.5",
5252
"@tauri-apps/plugin-store": "^2.4.3",
5353
"@xterm/addon-fit": "^0.11.0",
54+
"@xterm/addon-search": "^0.16.0",
55+
"@xterm/addon-webgl": "^0.19.0",
5456
"@xterm/xterm": "^6.0.0",
57+
"clipboard-polyfill": "^4.1.1",
5558
"fflate": "^0.8.2",
5659
"guacamole-common-js-jumpserver": "1.1.0-c",
5760
"js-untar": "^2.0.0",
5861
"mitt": "^3.0.1",
62+
"nora-zmodemjs": "^1.1.1",
5963
"nuxt": "^4.4.6",
6064
"pinia": "^3.0.4",
6165
"pinia-plugin-persistedstate": "^4.7.1",
66+
"pretty-bytes": "^7.1.0",
6267
"vue": "^3.5.35",
63-
"vue-router": "5.0.7"
68+
"vue-router": "5.0.7",
69+
"xterm-theme": "^1.1.0",
70+
"zmodem-ts": "^1.0.8"
6471
},
6572
"devDependencies": {
6673
"@antfu/eslint-config": "^9.0.0",

pnpm-lock.yaml

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)