convert wetty from submodule to normal directory

This commit is contained in:
douboer@gmail.com
2026-03-03 16:07:18 +08:00
parent 1db76701a6
commit 0d185d2b3c
131 changed files with 15543 additions and 1 deletions

23
wetty/todo.md Normal file
View File

@@ -0,0 +1,23 @@
改造client直接接入网关网关的配置信息ssh服务器信息读取terminal.config.json
网关使用~/remoteconn现有网关gateway在本地wss协议使用8787端口。外部访问web使用https://shell.biboer.cn:5173。
使用shell.biboer.cn这个域名 npm run dev后使用https://shell.biboer.cn:5173访问。
Vite 开发服务本身走 HTTPS。
证书和私钥:
const DEV_PUBLIC_HOST = "shell.biboer.cn";
const DEV_CERT_PATH = "/Users/gavin/.acme.sh/shell.biboer.cn_ecc/fullchain.cer";
const DEV_KEY_PATH = "/Users/gavin/.acme.sh/shell.biboer.cn_ecc/shell.biboer.cn.key";
---
底部增加一个工具条,包括上下左右,tab,enter,ctrlc功能.
1. 键盘展开工具条贴在地址胶囊之上.
注意保持:
1. 地址胶囊和工具条保持透明
2. 弹出键盘后,输入行的位置计算现在运行良好,不能受迭代影响.