mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
- 在 App.d.ts 中添加 GetStockKLine 函数声明 - 在 app.go 中实现 GetStockKLine 方法- 在 App.js 中添加 GetStockKLine 函数导出 - 在 package.json 中添加 echarts依赖 - 在 stock.vue 中实现 K 线图展示功能- 优化 K 线图数据处理和图表配置
38 lines
826 B
JSON
38 lines
826 B
JSON
{
|
|
"name": "go-stock",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@vavt/cm-extension": "^1.8.0",
|
|
"@vavt/v3-extension": "^3.0.0",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"echarts": "^5.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"lodash": "^4.17.21",
|
|
"md-editor-v3": "^5.2.3",
|
|
"vue": "^3.2.25",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-danmaku": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"html-docx-js-typescript": "^0.1.5",
|
|
"naive-ui": "^2.41.0",
|
|
"vfonts": "^0.0.3",
|
|
"vite": "^5.4.12"
|
|
},
|
|
"keywords": [
|
|
"AI赋能股票分析",
|
|
"go-stock"
|
|
],
|
|
"author": "spark"
|
|
}
|