This website requires JavaScript.
Explore
Help
Register
Sign In
dale_yxc
/
ragflow_python
Watch
1
Star
0
Fork
0
You've already forked ragflow_python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8b1c145e561ea6d1decb09fc748c46737a8de313
ragflow_python
/
web
/
src
/
pages
/
flow
/
answer-form
/
index.tsx
6 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add custom edge (#1061) ### What problem does this PR solve? feat: add custom edge feat: add flow card feat: add store for canvas #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-06-05 10:46:06 +08:00
const
AnswerForm
=
(
)
=
>
{
feat: modify the name of an operator #918 (#1333) ### What problem does this PR solve? feat: modify the name of an operator #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-07-01 17:12:04 +08:00
return
<
div
>
<
/
div
>
;
feat: add custom edge (#1061) ### What problem does this PR solve? feat: add custom edge feat: add flow card feat: add store for canvas #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-06-05 10:46:06 +08:00
}
;
export
default
AnswerForm
;
Reference in New Issue
Copy Permalink