From 4815fcb3524ef5309ea133b92812cb91a414875e Mon Sep 17 00:00:00 2001 From: cm Date: Thu, 14 Nov 2024 07:22:19 +0000 Subject: [PATCH] =?UTF-8?q?update=20ohos/docs/04=5Fdevelopment/=E5=A6=82?= =?UTF-8?q?=E4=BD=95=E4=BD=BF=E7=94=A8=E6=B7=B7=E5=90=88=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20module.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cm --- ...0\346\267\267\345\220\210\345\274\200\345\217\221 module.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/ohos/docs/04_development/\345\246\202\344\275\225\344\275\277\347\224\250\346\267\267\345\220\210\345\274\200\345\217\221 module.md" "b/ohos/docs/04_development/\345\246\202\344\275\225\344\275\277\347\224\250\346\267\267\345\220\210\345\274\200\345\217\221 module.md" index 17b512af..d408883b 100644 --- "a/ohos/docs/04_development/\345\246\202\344\275\225\344\275\277\347\224\250\346\267\267\345\220\210\345\274\200\345\217\221 module.md" +++ "b/ohos/docs/04_development/\345\246\202\344\275\225\344\275\277\347\224\250\346\267\267\345\220\210\345\274\200\345\217\221 module.md" @@ -44,7 +44,7 @@ cp -r my_flutter_module/.ohos/har/* MyApplication/har/ { // ... "dependencies": { - "flutter_module": "har/flutter_module.har" + "@ohos/flutter_module": "har/flutter_module.har" }, "overrides": { // 有冲突的依赖需要放到这里消除冲突 -- Gitee