Compare commits

..

1 Commits

Author SHA1 Message Date
cfe87523fa 2025-11-22 20:45:41.715741619 2025-11-22 20:45:41 +08:00
6 changed files with 6 additions and 13109 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.venv/
.vscode/
.vecode/

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": []
}

View File

@@ -1,6 +1,5 @@
{
"fund_codes": [
"014847",
"006331"
"014847"
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2
run.sh Normal file → Executable file
View File

@@ -1,5 +1,3 @@
sudo git pull
source .venv/bin/activate
python main.py
sudo git add .
sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')"