增加更多的历史记录,修正部份API数据获取错误,增加备用API (#5)

* 增加更多的历史记录,修正部份数据获取错误

* 增加更多的历史记录,修正部份API数据获取错误,增加备用API

---------

Co-authored-by: bathfire <>
This commit is contained in:
Eikwang
2025-10-29 16:22:18 +08:00
committed by GitHub
parent 16071f81e8
commit 91d32c6ffa
39 changed files with 2377 additions and 824 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
set VENV_PATH=.\TradEnv
set PYTHON_EXE="%VENV_PATH%\python.exe"
set STREAMLIT_MODULE="streamlit.cli"
cd /d ..\AIagentsStock
%PYTHON_EXE% -m streamlit run app.py
pause