From 1e015d8348818d1dba9ea065ff99388b8d65411a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=B3=A2?= <15902355293@163.com> Date: Mon, 13 May 2024 06:58:19 +0000 Subject: [PATCH] update README(CN).md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邹波 <15902355293@163.com> --- README(CN).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README(CN).md b/README(CN).md index 8755a99..ccb9a3f 100644 --- a/README(CN).md +++ b/README(CN).md @@ -33,7 +33,7 @@ CSM API 介绍: 可参考范例 _**/Example/1. Create a reusable module**_. -## 使用 CSM 作为应用框架场景 +## 使用 CSM 作为应用框架场景wqe 在这种情况下,模块之间的通信完全依赖于消息字符串队列操作,你可以使用 **Build Message with Arguments++.vi** 函数生成一个 Message 字符串,或者,如果你熟悉规则,你可以直接使用编写用于描述通讯的字符串。 -- Gitee