From 6de545813993bc3947680aa52fd5c1a85c8a44d9 Mon Sep 17 00:00:00 2001 From: liugang9704 <2745340733@qq.com> Date: Tue, 16 Sep 2025 15:55:07 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E5=90=8C=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CryptoArchitectureKit/entry/src/main/ets/pages/GetHmac.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoArchitectureKit/entry/src/main/ets/pages/GetHmac.ets b/CryptoArchitectureKit/entry/src/main/ets/pages/GetHmac.ets index 03d5d3a..6b4d423 100644 --- a/CryptoArchitectureKit/entry/src/main/ets/pages/GetHmac.ets +++ b/CryptoArchitectureKit/entry/src/main/ets/pages/GetHmac.ets @@ -29,7 +29,7 @@ struct Hmac { build() { Row() { Column() { - Button('使用SM3算法进行消息认证码计算') + Button('使用SM3算法进行消息鉴别码计算') .fontSize(20) .fontWeight(FontWeight.Bold) .onClick(() => { -- Gitee