From 0271825fa925c64f6d52afddded2fc4253078f85 Mon Sep 17 00:00:00 2001 From: fengjiayi <12821976+ning_xi@user.noreply.gitee.com> Date: Thu, 12 Sep 2024 20:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E8=87=AA=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95678c9..a95e9b2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # 自述 -基于WPF(Dotnet 8)的流程可视化编辑器,需二次开发。Bilibili个人空间(不定期更新相关的视频。):https://space.bilibili.com/33526379 +基于WPF(Dotnet 8)的流程可视化编辑器,需二次开发。 +不定期在Bilibili个人空间上更新相关的视频。 +https://space.bilibili.com/33526379 # 如何加载我的DLL? 使用 **DynamicFlow** 特性标记你的类,可以参照 **MyDll** 与 **SereinWAT** 的实现。编译为 Dll文件 后,拖入到软件中即可。 # 如何让我的方法成为节点? -使用 **MethodDetail** 特性标记你的方法。 +使用 **NodeAction** 特性标记你的方法。 * 动作节点 - Action * 触发器节点 - Flipflop