From aa6ba0f529f2cb21e17113ce570e9334b0cd8617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=AB=98=E9=98=B3?= Date: Tue, 4 Jul 2023 06:49:30 +0000 Subject: [PATCH] update zh-cn/application-dev/security/huks-guidelines.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高高阳 --- zh-cn/application-dev/security/huks-guidelines.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zh-cn/application-dev/security/huks-guidelines.md b/zh-cn/application-dev/security/huks-guidelines.md index a5bfc0c902..7d03c51ed2 100644 --- a/zh-cn/application-dev/security/huks-guidelines.md +++ b/zh-cn/application-dev/security/huks-guidelines.md @@ -864,10 +864,6 @@ struct Index { .margin({ top: 10 }) } - Row() { - Text('加密或解密的结果').fontSize(20).margin({ left: 2, top: 10 }) - } - Row() { Button({ type: ButtonType.Normal, stateEffect: true }) { Text('generateAesKey') -- GitLab