cli-link 0.0.1 → 0.0.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,11 +18,11 @@ AgentPilot 是一个移动端优先的 AI 编程 Agent 控制台。它把运行
|
|
|
18
18
|
|
|
19
19
|
| 对话页面 | 代码页面 |
|
|
20
20
|
| --- | --- |
|
|
21
|
-
| <img src="
|
|
21
|
+
| <img src="https://unpkg.com/cli-link@latest/dist/client/%E5%AF%B9%E8%AF%9D%E9%A1%B5%E9%9D%A2.png" alt="对话页面" width="280"> | <img src="https://unpkg.com/cli-link@latest/dist/client/%E4%BB%A3%E7%A0%81%E9%A1%B5%E9%9D%A2.png" alt="代码页面" width="280"> |
|
|
22
22
|
|
|
23
23
|
| 历史记录 | 设置页面 |
|
|
24
24
|
| --- | --- |
|
|
25
|
-
| <img src="
|
|
25
|
+
| <img src="https://unpkg.com/cli-link@latest/dist/client/%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95.png" alt="历史记录" width="280"> | <img src="https://unpkg.com/cli-link@latest/dist/client/%E8%AE%BE%E7%BD%AE%E9%A1%B5%E9%9D%A2.png" alt="设置页面" width="280"> |
|
|
26
26
|
|
|
27
27
|
## 代码页面
|
|
28
28
|
|