@fengye404/termpilot 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -17
- package/app/dist/assets/index-CahDnY4p.js +20 -0
- package/app/dist/assets/index-nVgFrQ_J.css +1 -0
- package/app/dist/index.html +2 -2
- package/app/dist/sw.js +1 -1
- package/docs/README.md +7 -0
- package/docs/development.md +41 -0
- package/package.json +1 -1
- package/app/dist/assets/index-B5w-y4BT.css +0 -1
- package/app/dist/assets/index-DxRmdGOr.js +0 -20
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ TermPilot 是一个终端优先的远程控制工具。电脑上跑 `tmux` 会
|
|
|
4
4
|
|
|
5
5
|
## 产品形态
|
|
6
6
|
|
|
7
|
-
- 一个 npm
|
|
7
|
+
- 一个 npm 包:`@fengye404/termpilot`
|
|
8
8
|
- 一个服务器命令:`termpilot relay`
|
|
9
9
|
- 一个电脑命令:`termpilot agent`
|
|
10
10
|
- 手机端不安装,直接打开 relay 域名
|
|
@@ -112,24 +112,9 @@ termpilot doctor
|
|
|
112
112
|
|
|
113
113
|
## 本地开发
|
|
114
114
|
|
|
115
|
-
```bash
|
|
116
|
-
pnpm install
|
|
117
|
-
pnpm dev:relay
|
|
118
|
-
pnpm dev:app
|
|
119
|
-
pnpm dev:agent
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
常用检查:
|
|
123
|
-
|
|
124
|
-
```bash
|
|
125
|
-
pnpm typecheck
|
|
126
|
-
pnpm build
|
|
127
|
-
pnpm test:ui-smoke
|
|
128
|
-
pnpm check:stability
|
|
129
|
-
```
|
|
130
|
-
|
|
131
115
|
更多实现说明:
|
|
132
116
|
|
|
117
|
+
- [开发文档](/Users/fengye/workspace/TermPilot/docs/development.md)
|
|
133
118
|
- [当前架构](/Users/fengye/workspace/TermPilot/docs/architecture.md)
|
|
134
119
|
- [当前协议](/Users/fengye/workspace/TermPilot/docs/protocol.md)
|
|
135
120
|
- [技术选型](/Users/fengye/workspace/TermPilot/docs/tech-selection-2026.md)
|