diff --git a/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/en-US.md b/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/en-US.md index 9327e189a3..7174aa2fac 100644 --- a/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/en-US.md +++ b/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/en-US.md @@ -89,4 +89,8 @@ builder.Services.AddServerSideBlazor(options => } } -``` \ No newline at end of file +``` + +## Community Projects + +- A tool for finite state machine built on Drawflow [AnotherFSM](https://github.com/Naoki326/AnotherFSM) \ No newline at end of file diff --git a/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/zh-CN.md b/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/zh-CN.md index ba22082e2f..eece811b88 100644 --- a/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/zh-CN.md +++ b/docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/zh-CN.md @@ -93,3 +93,7 @@ builder.Services.AddServerSideBlazor(options => } ``` + +## 社区资源 + +- 基于 Drawflow 构建的有限状态机工具 [AnotherFSM](https://github.com/Naoki326/AnotherFSM) \ No newline at end of file diff --git a/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/en-US.md b/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/en-US.md index 8d774f0c8d..05ae89ed81 100644 --- a/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/en-US.md +++ b/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/en-US.md @@ -12,7 +12,8 @@ A list of projects using MASA Blazor. If your project uses MASA Blazor, feel fre ## Community Projects - +< +/app-alert> | Project | Tag | Description | |-------------------------------------------------------------------|---------------|-------------------------------------------------------| @@ -20,4 +21,5 @@ A list of projects using MASA Blazor. If your project uses MASA Blazor, feel fre | [CnGal](https://github.com/CnGal/CnGalWebSite) | tags:web;pwa | CnGal Information Station | | [SwashbucklerDiary](https://github.com/Yu-Core/SwashbucklerDiary) | tags:maui;web | An open source cross platform local diary application | | [ThingsGateway](https://github.com/kimdiego2098/ThingsGateway) | tags:web;iot | NetCore 跨平台边缘采集网关(工业设备采集) | -| [YourWeather](https://github.com/Yu-Core/YourWeather) | tags:web | | +| [YourWeather](https://github.com/Yu-Core/YourWeather) | tags:web | A demo of weather forecast | +| [AnotherFSM](https://github.com/Naoki326/AnotherFSM) | tags: wasm | Finite state machine tool built on Drawflow | \ No newline at end of file diff --git a/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/zh-CN.md b/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/zh-CN.md index ffec1e6376..9d6ad045c6 100644 --- a/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/zh-CN.md +++ b/docs/Masa.Blazor.Docs/wwwroot/pages/resources/made-with-masa-blazor/zh-CN.md @@ -8,7 +8,7 @@ |---------------------------------------------------------------------------|--------------------------------|-------------------------------------------| | [Masa.Blazor.Pro](https://github.com/masastack/MASA.Blazor.Pro) | tags:webapp;global interactive | Material design admin template for blazor | | [Masa.Blazor.MauiDemo](https://github.com/masastack/Masa.Blazor.MauiDemo) | tags:maui;server | MAUI hybrid with MASA Blazor Sample App | -| [OfficialWebsite](https://github.com/masastack/OfficialWebsite) | tags:static SSR | MASA 官网源码 | +| [OfficialWebsite](https://github.com/masastack/OfficialWebsite) | tags:static SSR | MASA 官网源码 | ## 社区项目 @@ -20,4 +20,5 @@ | [CnGal](https://github.com/CnGal/CnGalWebSite) | tags:web;pwa | CnGal Information Station | | [SwashbucklerDiary](https://github.com/Yu-Core/SwashbucklerDiary) | tags:maui;web | An open source, cross platform local diary application | | [ThingsGateway](https://github.com/kimdiego2098/ThingsGateway) | tags:web;iot | NetCore 跨平台边缘采集网关(工业设备采集) | -| [YourWeather](https://github.com/Yu-Core/YourWeather) | tags:web | | +| [YourWeather](https://github.com/Yu-Core/YourWeather) | tags:web | 天气预报示例 | +| [AnotherFSM](https://github.com/Naoki326/AnotherFSM) | tags:wasm | 基于 Drawflow 构建的有限状态机工具 |