Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa0a47c

Browse files
committed
chore: change api document
1 parent 230213b commit fa0a47c

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| 包名 | 版本 | node |
1010
| --- | --- | --- |
11-
| [@tomjs/vscode-dev](./packages/vscode-dev/README.md) | [![npm](https://img.shields.io/npm/v/@tomjs/vscode-dev)](https://www.npmjs.com/package/@tomjs/vscode-dev) | ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-dev) |
1211
| [@tomjs/vscode](./packages/vscode/README.md) | [![npm](https://img.shields.io/npm/v/@tomjs/vscode)](https://www.npmjs.com/package/@tomjs/vscode) | ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode) |
12+
| [@tomjs/vscode-dev](./packages/vscode-dev/README.md) | [![npm](https://img.shields.io/npm/v/@tomjs/vscode-dev)](https://www.npmjs.com/package/@tomjs/vscode-dev) | ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-dev) |
1313
| [@tomjs/vscode-types](./packages/vscode-dev/README.md) | [![npm](https://img.shields.io/npm/v/@tomjs/vscode-types)](https://www.npmjs.com/package/@tomjs/vscode-types) | ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-types) |
1414
| [@tomjs/vscode-webview](./packages/vscode-dev/README.md) | [![npm](https://img.shields.io/npm/v/@tomjs/vscode-webview)](https://www.npmjs.com/package/@tomjs/vscode-webview) | ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-webview) |

packages/vscode-types/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tomjs/vscode-types
22

3-
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-types)](https://www.npmjs.com/package/@tomjs/vscode-types) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-types) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-types)
3+
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-types)](https://www.npmjs.com/package/@tomjs/vscode-types) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-types) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-types) [![Docs](https://raw.githubusercontent.com/tomjs/assets/main/npm/api.svg)](https://www.unpkg.com/browse/@tomjs/vscode-types/dist/index.d.ts)
44

55
**English** | [中文](./README.zh_CN.md)
66

@@ -18,3 +18,7 @@ yarn add @tomjs/vscode-types -D
1818
# npm
1919
npm add @tomjs/vscode-types -D
2020
```
21+
22+
## Documentation
23+
24+
- [index.d.ts](https://www.unpkg.com/browse/@tomjs/vscode-types/dist/index.d.ts) provided by [unpkg.com](https://www.unpkg.com).

packages/vscode-types/README.zh_CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tomjs/vscode-types
22

3-
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-types)](https://www.npmjs.com/package/@tomjs/vscode-types) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-types) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-types)
3+
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-types)](https://www.npmjs.com/package/@tomjs/vscode-types) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-types) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-types) [![Docs](https://raw.githubusercontent.com/tomjs/assets/main/npm/api.svg)](https://www.unpkg.com/browse/@tomjs/vscode-types/dist/index.d.ts)
44

55
[English](./README.md) | **中文**
66

@@ -18,3 +18,7 @@ yarn add @tomjs/vscode-types -D
1818
# npm
1919
npm add @tomjs/vscode-types -D
2020
```
21+
22+
## 文档
23+
24+
- [unpkg.com](https://www.unpkg.com/) 提供的 [index.d.ts](https://www.unpkg.com/browse/@tomjs/vscode-types/dist/index.d.ts).

packages/vscode-webview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tomjs/vscode-webview
22

3-
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-webview)](https://www.npmjs.com/package/@tomjs/vscode-webview) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-webview) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-webview)
3+
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-webview)](https://www.npmjs.com/package/@tomjs/vscode-webview) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-webview) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-webview) [![Docs](https://raw.githubusercontent.com/tomjs/assets/main/npm/api.svg)](https://www.unpkg.com/browse/@tomjs/vscode-webview/dist/index.d.ts)
44

55
**English** | [中文](./README.zh_CN.md)
66

packages/vscode-webview/README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tomjs/vscode-webview
22

3-
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-webview)](https://www.npmjs.com/package/@tomjs/vscode-webview) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-webview) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-webview)
3+
[![npm](https://img.shields.io/npm/v/@tomjs/vscode-webview)](https://www.npmjs.com/package/@tomjs/vscode-webview) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode-webview) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode-webview) [![Docs](https://raw.githubusercontent.com/tomjs/assets/main/npm/api.svg)](https://www.unpkg.com/browse/@tomjs/vscode-webview/dist/index.d.ts)
44

55
[English](./README.md) | **中文**
66

packages/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tomjs/vscode
22

3-
[![npm](https://img.shields.io/npm/v/@tomjs/vscode)](https://www.npmjs.com/package/@tomjs/vscode) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode)
3+
[![npm](https://img.shields.io/npm/v/@tomjs/vscode)](https://www.npmjs.com/package/@tomjs/vscode) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode) [![Docs](https://raw.githubusercontent.com/tomjs/assets/main/npm/api.svg)](https://www.unpkg.com/browse/@tomjs/vscode/dist/index.d.ts)
44

55
**English** | [中文](./README.zh_CN.md)
66

packages/vscode/README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tomjs/vscode
22

3-
[![npm](https://img.shields.io/npm/v/@tomjs/vscode)](https://www.npmjs.com/package/@tomjs/vscode) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode) [![Docs](https://www.paka.dev/badges/v0/cute.svg)](https://www.paka.dev/npm/@tomjs/vscode)
3+
[![npm](https://img.shields.io/npm/v/@tomjs/vscode)](https://www.npmjs.com/package/@tomjs/vscode) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vscode) ![NPM](https://img.shields.io/npm/l/@tomjs/vscode) [![Docs](https://raw.githubusercontent.com/tomjs/assets/main/npm/api.svg)](https://www.unpkg.com/browse/@tomjs/vscode/dist/index.d.ts)
44

55
[English](./README.md) | **中文**
66

0 commit comments

Comments
 (0)