Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanpan03 committed Jul 19, 2023
1 parent 23a680b commit ef47601
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "deps/fma-common"]
path = deps/fma-common
url = https://github.com/TuGraph-family/fma-common.git
[submodule "deps/tugraph-web"]
path = deps/tugraph-web
url = https://github.com/TuGraph-family/tugraph-web.git
Expand Down
2 changes: 1 addition & 1 deletion deps/tugraph-web
Submodule tugraph-web updated 34 files
+1 −1 .env.development
+2 −0 README.md
+47 −0 public/app_data/travel_line/city.csv
+115 −0 public/app_data/travel_line/flight.csv
+5 −0 public/scene_data/temp/readdir.js
+6 −0 public/scene_data/temp/relation.json
+6 −0 public/scene_data/temp/vertex.json
+6 −0 public/scene_data/three-body/三体人物表.json
+6 −0 public/scene_data/three-body/三体时间关系表.json
+6 −0 public/scene_data/three-body/三体时间线.json
+6 −0 public/scene_data/three-body/三体组织合集.json
+6 −0 public/scene_data/three-body/三体计划合集.json
+6 −0 public/scene_data/three-body/人物-人物-关系.json
+6 −0 public/scene_data/three-body/人物-组织-关系.json
+6 −0 public/scene_data/three-body/人物-计划-关系.json
+6 −0 public/scene_data/three-body/组织-组织-关系.json
+6 −0 public/scene_data/three-body/组织-计划-关系.json
+ src/assets/applications/travle-line/bg.jpg
+ src/assets/scene/tb.png
+31 −1 src/components/scene/config.ts
+5 −0 src/components/scene/scene.vue
+3 −2 src/core/http.ts
+4 −0 src/main.ts
+15 −0 src/router/index.ts
+10 −0 src/service/get-public-data/get-public-data.ts
+39 −0 src/views/plugin-applications/plugin-application-config.ts
+119 −0 src/views/plugin-applications/plugin-application-pop.vue
+42 −0 src/views/plugin-applications/plugin-applications.vue
+217 −0 src/views/plugin-applications/travel-line/mapzhname.ts
+59 −0 src/views/plugin-applications/travel-line/options.ts
+153 −0 src/views/plugin-applications/travel-line/travel-line.vue
+1 −0 src/views/plugin-applications/travel-line/world.json
+8 −1 src/views/user-login/user-login.vue
+21 −2 src/views/workbench/subgraph-manage/subgraph-manage.vue

0 comments on commit ef47601

Please sign in to comment.