feat: warehouse sync 支持 --source auto/tdx/baostock + EXE 打包内置 baostock 兜底源 + README 使用说明

This commit is contained in:
GitHub
2026-09-04 19:40:28 +08:00
parent 01e8fc0cc1
commit 2359df8694
8 changed files with 240 additions and 7 deletions
+3 -2
View File
@@ -39,10 +39,11 @@ jobs:
npm run build
working-directory: web-ui
# 安装后端(含 [web,packaging] extrasfastapi/uvicorn + pystray/Pillow
# 安装后端(含 [web,packaging,baostock] extrasfastapi/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