create project

This commit is contained in:
2021-12-03 17:11:18 +08:00
commit 627c6582e3
15 changed files with 1713 additions and 0 deletions

36
config.yaml Normal file
View File

@@ -0,0 +1,36 @@
# 企业微信群机器人url
qywxRobotUrl: ""
# 钉钉群机器人的secret
dingTalkSecret: ""
# 钉钉群机器人发消息额链接
dingTalkRobotUrl: ""
# 天行数据获取节假日的api的key https://www.tianapi.com/apiview/139
tianApiKey: ""
# 更新数据的间隔,秒
updateSecond: 60
# 相对于上次通知超过的阈值才发送通知,%
thresholdValue: 1.0
# 股票代码
stock:
- "600905"
- "600032"
- "002531"
- "600733"
- "000825"
- "002939"
# 基金代码
fund:
- "006229"
- "162412"
- "008359"
- "161725"
- "012314"
- "162719"
- "501057"