From 0dfa17b5c2251e2d68e8d400570b5734329c2cde Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Thu, 27 Feb 2025 17:02:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E4=BA=8E=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=A1=A8=E5=AE=9E=E7=8E=B0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E3=80=91=E6=9B=B4=E6=96=B0=E7=BA=A6=E6=9D=9F?= =?UTF-8?q?=E4=B8=8E=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 0600f74..07f5c97 100644 --- a/README.en.md +++ b/README.en.md @@ -7,6 +7,7 @@ This sample provides system route verification. The system route table redirects Due to environment differences, you are not advised to compile the code after downloading it. Instead, you need to create a project and compile the code by referring to the sample code. ### Preview + ![image](screenshots/device/navigation_router.gif) ### How to Use @@ -53,7 +54,7 @@ N/A ### Constraints -1. The sample app is supported only on Huawei phones running the standard system. +1. The sample is only supported on Huawei phones with standard systems. 2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. diff --git a/README.md b/README.md index 0316bc2..5c3207f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 本项目提供系统路由的验证,运用系统路由表的方式,跳转到模块(HSP/HAR)的页面,可以不用配置不同跳转模块间的依赖。当发生页面跳转时,未跳转页面不会加载,已经加载过的页面不会再次加载。 解决了不同模块依赖耦合的问题,以及首页加载时间长的问题。 ### 效果预览 + ![image](screenshots/device/navigation_router.gif) 使用说明 @@ -61,4 +62,4 @@ ### 注意 -运行时需设置引用所有HSP模块。设置运行后,点击Run > entry来启动应用/服务的编译构建。 \ No newline at end of file +运行时需设置引用所有HSP模块。设置运行后,点击Run > entry来启动应用/服务的编译构建。 -- Gitee