@musistudio/claude-code-router 3.0.2 → 3.0.3
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 +14 -0
- package/README_zh.md +14 -0
- package/dist/main/cli.js +396 -214
- package/dist/renderer/assets/assets/fenno-XFKUO3XQ.jpg +0 -0
- package/dist/renderer/assets/assets/qiniu-ai-A5VJAOJ6.png +0 -0
- package/dist/renderer/assets/main.css +1 -1
- package/dist/renderer/assets/main.js +40 -40
- package/dist/renderer/assets/tray.js +5 -5
- package/dist/renderer/assets/web-client-bridge.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,6 +208,20 @@ Codex support is powered by [musistudio/codexl](https://github.com/musistudio/co
|
|
|
208
208
|
<strong>TeamoRouter</strong>
|
|
209
209
|
</a>
|
|
210
210
|
</td>
|
|
211
|
+
<td align="center" width="330">
|
|
212
|
+
<a href="https://s.qiniu.com/AVjMVf">
|
|
213
|
+
<img src="/docs/public/provider-icons/qiniu-ai.png" width="42" height="42" alt="Qiniu Cloud AI icon" />
|
|
214
|
+
<br />
|
|
215
|
+
<strong>Qiniu Cloud AI</strong>
|
|
216
|
+
</a>
|
|
217
|
+
</td>
|
|
218
|
+
<td align="center" width="330">
|
|
219
|
+
<a href="https://api.fenno.ai/register?redirect=/purchase?tab=subscription%26group=16&aff=9HHHAB5QLAES">
|
|
220
|
+
<img src="/docs/public/provider-icons/fenno.jpg" width="42" height="42" alt="Fenno.ai icon" />
|
|
221
|
+
<br />
|
|
222
|
+
<strong>Fenno.ai</strong>
|
|
223
|
+
</a>
|
|
224
|
+
</td>
|
|
211
225
|
</tr>
|
|
212
226
|
</table>
|
|
213
227
|
|
package/README_zh.md
CHANGED
|
@@ -207,6 +207,20 @@ CCR 可以完全通过桌面 UI 完成配置。首次使用建议按下面顺序
|
|
|
207
207
|
<strong>TeamoRouter</strong>
|
|
208
208
|
</a>
|
|
209
209
|
</td>
|
|
210
|
+
<td align="center" width="330">
|
|
211
|
+
<a href="https://s.qiniu.com/AVjMVf">
|
|
212
|
+
<img src="/docs/public/provider-icons/qiniu-ai.png" width="42" height="42" alt="七牛云 AI 图标" />
|
|
213
|
+
<br />
|
|
214
|
+
<strong>七牛云 AI</strong>
|
|
215
|
+
</a>
|
|
216
|
+
</td>
|
|
217
|
+
<td align="center" width="330">
|
|
218
|
+
<a href="https://api.fenno.ai/register?redirect=/purchase?tab=subscription%26group=16&aff=9HHHAB5QLAES">
|
|
219
|
+
<img src="/docs/public/provider-icons/fenno.jpg" width="42" height="42" alt="Fenno.ai 图标" />
|
|
220
|
+
<br />
|
|
221
|
+
<strong>Fenno.ai</strong>
|
|
222
|
+
</a>
|
|
223
|
+
</td>
|
|
210
224
|
</tr>
|
|
211
225
|
</table>
|
|
212
226
|
|