Skip to content

Commit

Permalink
support code submit and i18n for graph (#60)
Browse files Browse the repository at this point in the history
* support code submit for graph

* add i18n for flow-graph

---------

Co-authored-by: 乔风鳞 <[email protected]>
  • Loading branch information
qiaofenlin and 乔风鳞 authored May 15, 2024
1 parent 7084b7d commit 0a5520d
Show file tree
Hide file tree
Showing 53 changed files with 10,641 additions and 12,198 deletions.
5 changes: 5 additions & 0 deletions flow-graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FlowGraph</title>
<style>
.validateWidget {
height: 0 !important;
}
</style>
</head>
<body>
<div id="flow-graph" class="flow-graph"></div>
Expand Down
Loading

0 comments on commit 0a5520d

Please sign in to comment.