From 033f4df69eb2b53bb0526c3840bd0c759b12d6f9 Mon Sep 17 00:00:00 2001 From: shangwx Date: Wed, 15 Mar 2023 01:36:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=20/data/app/ell/=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20/data/app/el1/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shangwx --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ecc7dde..eb5a521 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ chrome_100_percent.pak、resources.pak、snapshot_blob.bin、icudtl.dat、locale 将这几个文件推送到设备中 ``` -hdc file send chrome_100_percent.pak /data/app/ell/bundle/public/com.ohos.nweb/entry/resources/rawfile -hdc file send resources.pak /data/app/ell/bundle/public/com.ohos.nweb/entry/resources/rawfile -hdc file send snapshot_blob.bin /data/app/ell/bundle/public/com.ohos.nweb/entry/resources/rawfile -hdc file send icudtl.dat /data/app/ell/bundle/public/com.ohos.nweb/entry/resources/rawfile -hdc file send locales/zh-CN.pak /data/app/ell/bundle/public/com.ohos.nweb/entry/resources/rawfile -hdc file send libnweb_adapter.so /data/app/ell/bundle/public/com.ohos.nweb/libs/arm -hdc file send libnweb_render.so /data/app/ell/bundle/public/com.ohos.nweb/libs/arm -hdc file send libweb_engine.so /data/app/ell/bundle/public/com.ohos.nweb/libs/arm +hdc file send chrome_100_percent.pak /data/app/el1/bundle/public/com.ohos.nweb/entry/resources/rawfile +hdc file send resources.pak /data/app/el1/bundle/public/com.ohos.nweb/entry/resources/rawfile +hdc file send snapshot_blob.bin /data/app/el1/bundle/public/com.ohos.nweb/entry/resources/rawfile +hdc file send icudtl.dat /data/app/el1/bundle/public/com.ohos.nweb/entry/resources/rawfile +hdc file send locales/zh-CN.pak /data/app/el1/bundle/public/com.ohos.nweb/entry/resources/rawfile +hdc file send libnweb_adapter.so /data/app/el1/bundle/public/com.ohos.nweb/libs/arm +hdc file send libnweb_render.so /data/app/el1/bundle/public/com.ohos.nweb/libs/arm +hdc file send libweb_engine.so /data/app/el1/bundle/public/com.ohos.nweb/libs/arm ``` 重启设备 ``` -- Gitee