Skip to content

Commit

Permalink
update: candlestick
Browse files Browse the repository at this point in the history
  • Loading branch information
canwdev committed Dec 9, 2024
1 parent 81d8700 commit cf70dcc
Show file tree
Hide file tree
Showing 22 changed files with 1,072 additions and 5,167 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ dist-ssr
*.sln
*.sw?

/public/test
/public/test

#visualizer.html
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"change-case": "^4",
"color-hash": "^2.0.2",
"cropperjs": "^1.6.1",
"echarts": "^5.5.1",
"element-plus": "^2.8.0",
"emmet-monaco-es": "^5.3.0",
"file-saver": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion public/lib/vue/example-1.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
const {ref} = 'vue'
const {ref} = Vue
const message = ref<string>('Hello Vue')
</script>

Expand Down
1 change: 1 addition & 0 deletions public/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- add: 支持导入/导出全部设置
- add: Material Design Icons Viewer
- add: Vue 3 SFC Loader
- add: Stock Tracker / Fire Calc
- optimize: UI 交互优化

## v1.7.5
Expand Down
Loading

0 comments on commit cf70dcc

Please # to comment.