Merge branch 'main' into feature/RateLimit

This commit is contained in:
chungyau97
2023-09-09 22:42:49 +08:00
46 changed files with 955 additions and 83 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
# 流程界面
[English](<./README.md>) | 中文
[English](./README.md) | 中文
FlowiseReact前端界面。
FlowiseReact 前端界面。
![Flowise](https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true)
@@ -16,4 +16,4 @@ npm i flowise-ui
## 许可证
本仓库中的源代码在[MIT许可证](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md)下提供。
本仓库中的源代码在[Apache License Version 2.0 许可证](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md)下提供。
+2 -2
View File
@@ -2,7 +2,7 @@
# Flowise UI
English | [中文](<./README-ZH.md>)
English | [中文](./README-ZH.md)
React frontend ui for Flowise.
@@ -16,4 +16,4 @@ npm i flowise-ui
## License
Source code in this repository is made available under the [MIT License](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md).
Source code in this repository is made available under the [Apache License Version 2.0](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md).