feat: K线点位标注工具完整实现与Ubuntu PM2部署

纯前端 Canvas 画线、拖拽、导出;Python venv + PM2 静态服务;
含部署脚本与使用/部署文档。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-05-27 14:20:03 +08:00
parent 59f2471940
commit 62bd58d2c4
10 changed files with 1109 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# 本项目静态资源由 Python 标准库 http.server 托管,无需额外 pip 依赖。
# 虚拟环境仅用于与系统 Python 隔离,便于 PM2 指定解释器路径。