refactor: 依赖版本升级等

This commit is contained in:
meilin.huang
2024-02-22 21:03:13 +08:00
parent 2133d9b737
commit 878985f7c5
6 changed files with 26 additions and 37 deletions

View File

@@ -117,9 +117,11 @@ function init() {
state.addon.weblinks = weblinks;
term.loadAddon(weblinks);
fitTerminal();
// 初始化websocket
initSocket();
setTimeout(() => {
fitTerminal();
// 初始化websocket
initSocket();
}, 100);
}
/**