diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d00c61..5e5b516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 0.0.10(2024-05-16) +## 0.0.10(2024-05-17) - SDK code documentation has been enhanced with the Code Sample link. - Fixed some UI issues. diff --git a/README.md b/README.md index 53306f2..6a937fe 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Or use the keyboard shortcuts `ctrl+cmd+l` to search the API and select Insert s When writing SDK code, you can get more code sample references by viewing the OpenAPI description information and additional related sample links through the code documentation. -![Document enhancement](https://img.alicdn.com/imgextra/i3/O1CN01Yj1PrE1qwzTj3cFn8_!!6000000005561-0-tps-1562-518.jpg) +![Document enhancement](https://img.alicdn.com/imgextra/i4/O1CN01jedn431D1Uk8MEhM3_!!6000000000156-0-tps-2562-654.jpg) ## Feedback diff --git a/README.zh_CN.md b/README.zh_CN.md index 9b1b08c..70123bd 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -83,7 +83,7 @@ Default Language [zh]: zh 你能够在编写 SDK 代码时,通过代码文档看到 OpenAPI 的描述信息以及更多相关示例链接,来获得更多代码示例参考。 -![Document enhancement](https://img.alicdn.com/imgextra/i3/O1CN01Yj1PrE1qwzTj3cFn8_!!6000000005561-0-tps-1562-518.jpg) +![Document enhancement](https://img.alicdn.com/imgextra/i4/O1CN01jedn431D1Uk8MEhM3_!!6000000000156-0-tps-2562-654.jpg) ## 反馈 diff --git a/package.json b/package.json index 916f592..763d8fb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Alibaba Cloud API Toolkit", "description": "The Alibaba Cloud API Toolkit for VSCode makes it easier to access Alibaba Cloud services.", "author": "Alibaba Cloud SDK Team", - "version": "0.0.9", + "version": "0.0.10", "private": true, "publisher": "alibabacloud-openapi", "license": "Apache-2.0",