From e05b6035ce1f13b3580eb2839238142801c4761d Mon Sep 17 00:00:00 2001 From: houyoujin Date: Mon, 18 Dec 2023 17:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E4=B8=AD=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F=E4=B8=8E=E9=99=90=E5=88=B6=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houyoujin --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d35ec..35940f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # 1.0.0 -1.适配DevEco Studio:4.0Beta2(4.0.3.600), SDK:API10 Release(4.0.10.11) +1.DevEco Studio 版本: 4.1 Canary(4.1.3.317),OpenHarmony SDK:API11 (4.1.0.36) 2.Ark Ts 语法适配 # 0.1.0 diff --git a/README.md b/README.md index 2b7b6da..ee70b09 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ this.fileUpload.post("/api/upload", formData).then(res => { ## 约束与限制 -- DevEco Studio 版本:4.0 Beta2(4.0.3.600),OpenHarmony SDK:API10(4.0.10.11)。 +- DevEco Studio 版本: 4.1 Canary(4.1.3.317),OpenHarmony SDK:API11 (4.1.0.36)。 ## 目录结构 ```` -- Gitee