Skip to content

Commit

Permalink
📝 docs(Drawflow): update docs (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Sep 14, 2024
1 parent 531ef9f commit e7de6f4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,8 @@ builder.Services.AddServerSideBlazor(options =>
}
}
```
```

## Community Projects

- A tool for finite state machine built on Drawflow [AnotherFSM](https://github.com/Naoki326/AnotherFSM)
4 changes: 4 additions & 0 deletions docs/Masa.Blazor.Docs/wwwroot/pages/labs/drawflow/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ builder.Services.AddServerSideBlazor(options =>
}
```

## 社区资源

- 基于 Drawflow 构建的有限状态机工具 [AnotherFSM](https://github.com/Naoki326/AnotherFSM)
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ A list of projects using MASA Blazor. If your project uses MASA Blazor, feel fre

## Community Projects

<app-alert type="warning" content="No guarantee of project code quality and functionality, for reference only."></app-alert>
<app-alert type="warning" content="No guarantee of project code quality and functionality, for reference only."><
/app-alert>

| Project | Tag | Description |
|-------------------------------------------------------------------|---------------|-------------------------------------------------------|
| [ChatGpt.Desktop](https://github.com/239573049/ChatGpt.Desktop) | tags:web;maui | ChatGpt Desktop support Android,IOS,Mac,Linux,Win,Web |
| [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 |
Original file line number Diff line number Diff line change
Expand Up @@ -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 官网源码 |

## 社区项目

Expand All @@ -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 构建的有限状态机工具 |

0 comments on commit e7de6f4

Please sign in to comment.