mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 16:54:20 +08:00
feat: warehouse sync 支持 --source auto/tdx/baostock + EXE 打包内置 baostock 兜底源 + README 使用说明
This commit is contained in:
@@ -39,10 +39,11 @@ jobs:
|
||||
npm run build
|
||||
working-directory: web-ui
|
||||
|
||||
# 安装后端(含 [web,packaging] extras:fastapi/uvicorn + pystray/Pillow)
|
||||
# 安装后端(含 [web,packaging,baostock] extras:fastapi/uvicorn +
|
||||
# pystray/Pillow + baostock 自动兜底数据源——EXE 内置全量灾备链)
|
||||
- name: Install Python deps
|
||||
run: |
|
||||
pip install -e ".[web,packaging]"
|
||||
pip install -e ".[web,packaging,baostock]"
|
||||
pip install pyinstaller
|
||||
|
||||
- name: Build EXE
|
||||
|
||||
Reference in New Issue
Block a user