first commit

This commit is contained in:
douboer@gmail.com
2026-03-03 13:23:14 +08:00
commit 3b7c1d558a
161 changed files with 28120 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"gatewayUrl": "wss://conn.biboer.cn",
"gatewayToken": "remoteconn-dev-token",
"selectedServerId": "dev-server",
"servers": [
{
"id": "dev-server",
"name": "Dev Server",
"host": "shell.biboer.cn",
"port": 22,
"username": "gavin",
"transportMode": "gateway",
"authType": "password",
"password": "Gavin123",
"cols": 80,
"rows": 24
}
]
}