From 02e1fa658f727569d6c0f44e00e4e81e810c59bd Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 26 Jun 2023 01:31:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0website?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zengyawen --- zh-cn/application-dev/tools/Readme-CN.md | 1 + zh-cn/application-dev/website.md | 1 + 2 files changed, 2 insertions(+) diff --git a/zh-cn/application-dev/tools/Readme-CN.md b/zh-cn/application-dev/tools/Readme-CN.md index 88a4e24f13..d3139adeb6 100644 --- a/zh-cn/application-dev/tools/Readme-CN.md +++ b/zh-cn/application-dev/tools/Readme-CN.md @@ -9,3 +9,4 @@ - [anm工具](anm-tool.md) - [restool工具](restool.md) - [LLDB调试器使用指导](lldb-tool.md) +- [suap工具](suap-tool.md) diff --git a/zh-cn/application-dev/website.md b/zh-cn/application-dev/website.md index 04520405ef..cee1fb8b6b 100644 --- a/zh-cn/application-dev/website.md +++ b/zh-cn/application-dev/website.md @@ -691,6 +691,7 @@ - [anm工具](tools/anm-tool.md) - [restool工具](tools/restool.md) - [LLDB调试器使用指导](tools/lldb-tool.md) + - [suap工具](tools/suap-tool.md) - 示例教程 - [开发案例](https://gitee.com/openharmony/docs/blob/master/zh-cn/third-party-cases/Readme-CN.md) - [示例代码](https://gitee.com/openharmony/applications_app_samples/blob/master/README_zh.md) -- GitLab