Skip to content

haigangdeng/vnpy_app

Repository files navigation

vnpy_app

vnpy手机端App - 基于Python的开源量化交易平台开发框架

image image image image image

使用步骤: 需要在服务器端添加跨域许可
C:\veighna_studio\Lib\site-packages\vnpy_webtrader\web.py
添加引用
from fastapi.middleware.cors import CORSMiddleware
第133行 app = FastAPI() 之后添加
app.add_middleware(
CORSMiddleware,
allow_origins=[""],
allow_credentials=True,
allow_methods=[""],
allow_headers=["*"],
)

用HBuilder打开直接编辑,其中UI皮肤使用的是GraceUI 3.0版,可自行购买使用。
如果嫌麻烦,可以直接扫码安装安卓版

image

About

vnpy手机端App - 基于Python的开源量化交易平台开发框架

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published