@fengye404/termpilot 0.1.1 → 0.1.2
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 +6 -0
- package/app/dist/assets/{index-CahDnY4p.js → index-ChAARFV0.js} +14 -14
- package/app/dist/assets/index-L-E4Jdut.css +1 -0
- package/app/dist/index.html +2 -2
- package/app/dist/sw.js +1 -1
- package/docs/development.md +6 -1
- package/package.json +2 -2
- package/app/dist/assets/index-nVgFrQ_J.css +0 -1
package/README.md
CHANGED
|
@@ -64,6 +64,11 @@ termpilot pair
|
|
|
64
64
|
|
|
65
65
|
然后在手机页面输入配对码。
|
|
66
66
|
|
|
67
|
+
配对成功后:
|
|
68
|
+
|
|
69
|
+
- 访问令牌会自动写回页面
|
|
70
|
+
- 手机端点“查看”会自动跳到终端区
|
|
71
|
+
|
|
67
72
|
## 日常使用
|
|
68
73
|
|
|
69
74
|
创建会话并进入:
|
|
@@ -114,6 +119,7 @@ termpilot doctor
|
|
|
114
119
|
|
|
115
120
|
更多实现说明:
|
|
116
121
|
|
|
122
|
+
- [文档索引](/Users/fengye/workspace/TermPilot/docs/README.md)
|
|
117
123
|
- [开发文档](/Users/fengye/workspace/TermPilot/docs/development.md)
|
|
118
124
|
- [当前架构](/Users/fengye/workspace/TermPilot/docs/architecture.md)
|
|
119
125
|
- [当前协议](/Users/fengye/workspace/TermPilot/docs/protocol.md)
|