tolingcode 2026.3.87 → 2026.3.88

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.
Files changed (2) hide show
  1. package/README.md +22 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- ![TolingCode logo](https://raw.githubusercontent.com/hanbaojun2023-debug/tolingcode/master/docs/logo.png)
2
- ![TolingCode Banner](https://raw.githubusercontent.com/hanbaojun2023-debug/tolingcode/master/docs/banner.png)
1
+ ![TolingCode logo](https://raw.githubusercontent.com/tolingcode/tolingcode/master/docs/logo.png)
2
+ ![TolingCode Banner](https://raw.githubusercontent.com/tolingcode/tolingcode/master/docs/banner.png)
3
3
 
4
4
  ![npm](https://img.shields.io/npm/v/tolingcode)
5
5
  ![downloads](https://img.shields.io/npm/dm/tolingcode)
@@ -34,6 +34,26 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
34
34
 
35
35
  ------------------------------------------------------------------------
36
36
 
37
+ # 安装
38
+
39
+ ## 安装最新版本
40
+
41
+ ``` bash
42
+ npm install -g tolingcode@latest
43
+ ```
44
+
45
+ ## 安装指定版本
46
+
47
+ ``` bash
48
+ npm install -g tolingcode@2026.03.06
49
+ ```
50
+
51
+ 当前最新版本:
52
+
53
+ 2026.03.08
54
+
55
+ ------------------------------------------------------------------------
56
+
37
57
  # 核心能力
38
58
 
39
59
  ## 电商平台技能
@@ -82,25 +102,6 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
82
102
  - Amazon Logistics
83
103
  - ITTRACK
84
104
 
85
- ------------------------------------------------------------------------
86
-
87
- # 安装
88
-
89
- ## 安装最新版本
90
-
91
- ``` bash
92
- npm install -g tolingcode@latest
93
- ```
94
-
95
- ## 安装指定版本
96
-
97
- ``` bash
98
- npm install -g tolingcode@2026.03.06
99
- ```
100
-
101
- 当前最新版本:
102
-
103
- 2026.03.08
104
105
 
105
106
  ------------------------------------------------------------------------
106
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tolingcode",
3
- "version": "2026.03.087",
3
+ "version": "2026.03.088",
4
4
  "description": "TolingCode CLI - Install skills and apps from toling.me",
5
5
  "main": "bin/tolingcode.js",
6
6
  "bin": {