diff --git a/README.md b/README.md index ec15047..c06063f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + + + + ## 项目依赖安装 ```sh @@ -18,8 +22,11 @@ npm run build ## 说明 -node版本:20.13.1 +node 版本:20.13.1 -vue版本:3.5.13 +vue 版本:3.5.13 -项目无法运行,检查版本。 +安装之前,先检查版本。 + +要想运行出来,还得依赖后端代码。后端代码上传到了 wance_data 仓库的 wance 分支。数据接口逻辑在 src/akshare_data/router.py 文件中。接口在 apifox 里面也有相应的说明。仅供参考。 +后端代码的 python 版本选择 3.11.x 版本,不然有些库无法正常安装使用。 diff --git a/images/README/1739434039385.png b/images/README/1739434039385.png new file mode 100644 index 0000000..7c3c032 Binary files /dev/null and b/images/README/1739434039385.png differ diff --git a/images/README/1739434163442.png b/images/README/1739434163442.png new file mode 100644 index 0000000..87e02f1 Binary files /dev/null and b/images/README/1739434163442.png differ diff --git a/src/uilts/vscode.ts b/src/uilts/vscode.ts deleted file mode 100644 index a6e7098..0000000 --- a/src/uilts/vscode.ts +++ /dev/null @@ -1,2 +0,0 @@ -// @ts-ignore -// export const vscode= window.acquireVsCodeApi(); \ No newline at end of file diff --git a/src/utils/vscode.ts b/src/utils/vscode.ts deleted file mode 100644 index a6e7098..0000000 --- a/src/utils/vscode.ts +++ /dev/null @@ -1,2 +0,0 @@ -// @ts-ignore -// export const vscode= window.acquireVsCodeApi(); \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index be5f4dd..3ced5ca 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -66,15 +66,6 @@ const headerData = ref([ '月K', '季K', '年K', - // '1分', - // '3分', - // '5分', - // '15分', - // '30分', - // '1小时', - // '2小时', - // '3小时', - // '4小时', ]) // 模拟路由数据 let routerList = [ @@ -116,7 +107,6 @@ function handleClick(index) {