From 3d4d3fc5b2ef7fc3904e2e79f0c0896241919958 Mon Sep 17 00:00:00 2001 From: chr <chr@chr.com> Date: 星期五, 30 八月 2024 19:20:52 +0800 Subject: [PATCH] 新增richbox转base64 --- PdmAlert/Encryptor.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/PdmAlert/Encryptor.cs b/PdmAlert/Encryptor.cs index 88768ab..445f84c 100644 --- a/PdmAlert/Encryptor.cs +++ b/PdmAlert/Encryptor.cs @@ -5,6 +5,9 @@ namespace PdmAlert { + /// <summary> + /// 瀛楃鍔犺В瀵� + /// </summary> public class Encryptor { private readonly byte[] key; -- Gitblit v1.9.1