Compare commits

..

1 Commits

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

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.venv/ .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,8 +1,5 @@
{ {
"fund_codes": [ "fund_codes": [
"014847", "014847"
"006331",
"161115",
"000385"
] ]
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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 python main.py
sudo git add . sudo git add .
sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')" sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')"