update file struct

This commit is contained in:
2025-08-22 11:20:41 +08:00
parent 786c669d62
commit 608d9947f1
25 changed files with 2605 additions and 3195 deletions

9
base/Config.py Normal file
View File

@@ -0,0 +1,9 @@
class ConfigInfo:
# 数据库配置
db_hk_kline_1d = {
'host': 'localhost',
'user': 'root',
'password': 'bzskmysql',
'database': 'hk_kline_1d'
}