ccman 3.0.33 → 3.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 +6 -6
- package/dist/index.js +906 -253
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ ccman 的核心功能是自动化配置文件的切换:
|
|
|
29
29
|
|
|
30
30
|
如果你更喜欢手动编辑配置文件,或者只使用一个服务商从不切换,可能不需要这个工具。
|
|
31
31
|
|
|
32
|
-
📖 更多信息:[GitHub 仓库](https://github.com/2ue/
|
|
32
|
+
📖 更多信息:[GitHub 仓库](https://github.com/2ue/ccman) - 包含手动配置方式和详细对比分析
|
|
33
33
|
|
|
34
34
|
---
|
|
35
35
|
|
|
@@ -41,7 +41,7 @@ npm install -g ccman
|
|
|
41
41
|
|
|
42
42
|
**要求**:Node.js >= 18.0.0
|
|
43
43
|
|
|
44
|
-
**Desktop 版本**:如果你更喜欢图形界面,可以从 [GitHub Releases](https://github.com/2ue/
|
|
44
|
+
**Desktop 版本**:如果你更喜欢图形界面,可以从 [GitHub Releases](https://github.com/2ue/ccman/releases) 下载 Desktop 应用(macOS/Windows/Linux)。
|
|
45
45
|
|
|
46
46
|
---
|
|
47
47
|
|
|
@@ -290,7 +290,7 @@ MIT
|
|
|
290
290
|
|
|
291
291
|
## 相关链接
|
|
292
292
|
|
|
293
|
-
- [GitHub 仓库](https://github.com/2ue/
|
|
294
|
-
- [问题反馈](https://github.com/2ue/
|
|
295
|
-
- [更新日志](https://github.com/2ue/
|
|
296
|
-
- [Desktop 版本](https://github.com/2ue/
|
|
293
|
+
- [GitHub 仓库](https://github.com/2ue/ccman)
|
|
294
|
+
- [问题反馈](https://github.com/2ue/ccman/issues)
|
|
295
|
+
- [更新日志](https://github.com/2ue/ccman/blob/main/CHANGELOG.md)
|
|
296
|
+
- [Desktop 版本](https://github.com/2ue/ccman/releases)(图形界面)
|