Skip to content

Commit

Permalink
Merge pull request #1191 from crawlab-team/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tikazyq authored Oct 6, 2022
2 parents e2ce560 + e4f7d28 commit a1d12ea
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 6 deletions.
4 changes: 3 additions & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module crawlab

go 1.16

require github.com/crawlab-team/crawlab-core v0.6.1-0.20220912131322-be06265736e8
//replace github.com/crawlab-team/crawlab-core => ../../crawlab-core

require github.com/crawlab-team/crawlab-core v0.6.1-0.20221006092127-ff7a2c44ae2b
75 changes: 71 additions & 4 deletions backend/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"atom-material-icons": "^3.0.0",
"codemirror": "^5.59.1",
"crawlab-ui": "0.6.0-8",
"crawlab-ui": "0.6.0-14",
"echarts": "^5.1.2",
"element-plus": "^1.3.0-beta.10",
"vue": "^3.2",
Expand Down
2 changes: 2 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
window.VUE_APP_INIT_BAIDU_TONGJI = '<%= VUE_APP_INIT_BAIDU_TONGJI %>';
</script>
<script src="/js/vue3-sfc-loader.js"></script>
<script src="simplemde/simplemde.js"></script>
<link href="simplemde/simplemde.css" rel="stylesheet">
<style>
#loading-placeholder {
position: fixed;
Expand Down
7 changes: 7 additions & 0 deletions frontend/public/simplemde/simplemde.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions frontend/public/simplemde/simplemde.js

Large diffs are not rendered by default.

0 comments on commit a1d12ea

Please sign in to comment.