tolingcode 2026.3.85 → 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 +24 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,15 +1,13 @@
1
- ![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
+
2
4
  ![npm](https://img.shields.io/npm/v/tolingcode)
3
5
  ![downloads](https://img.shields.io/npm/dm/tolingcode)
4
6
  ![license](https://img.shields.io/badge/license-MIT-green)
5
7
  ![node](https://img.shields.io/badge/node-%3E=18-blue)
6
8
  ![platform](https://img.shields.io/badge/platform-cross--border-orange)
7
9
 
8
- ![TolingCode Banner](docs/banner.png)
9
-
10
- <p align="center">
11
- <img src="docs/logo.png" width="120" alt="TolingCode Logo">
12
- </p>
10
+
13
11
 
14
12
  # TolingCode CLI
15
13
 
@@ -36,6 +34,26 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
36
34
 
37
35
  ------------------------------------------------------------------------
38
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
+
39
57
  # 核心能力
40
58
 
41
59
  ## 电商平台技能
@@ -84,25 +102,6 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
84
102
  - Amazon Logistics
85
103
  - ITTRACK
86
104
 
87
- ------------------------------------------------------------------------
88
-
89
- # 安装
90
-
91
- ## 安装最新版本
92
-
93
- ``` bash
94
- npm install -g tolingcode@latest
95
- ```
96
-
97
- ## 安装指定版本
98
-
99
- ``` bash
100
- npm install -g tolingcode@2026.03.06
101
- ```
102
-
103
- 当前最新版本:
104
-
105
- 2026.03.08
106
105
 
107
106
  ------------------------------------------------------------------------
108
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tolingcode",
3
- "version": "2026.03.085",
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": {