-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
28 lines (27 loc) · 1.16 KB
/
config.txt
File metadata and controls
28 lines (27 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
# 公众号配置
# 公众号appId
"app_id": "wx1d642ea9b20de1fa",##########",
# 公众号appSecret
"app_secret": "bdebf8ef3935b8e5d933152729872a54",##########",
# 模板消息id
"template_id": "L2UeOqhLzlxXU8Op8fB3PIhO3RpjGt9k4HeIrpwkj8I",##############",
# 接收公众号消息的微信号,如果有多个,需要在[]里用英文逗号间隔,例如["wx1", "wx2"]
"user": ["oTQhR6cYjUS174UKev3ROlA-uDp8", "oTQhR6YIaXQFerq25PWqxJmQPi3U"],
# 信息配置
# 和风天气apikey
"weather_key": "34fac5c3c983469fbfae9e71dea6cc6e",
# 所在地区,可为省,城市,区,县,同时支持国外城市,例如伦敦
"region": "金牛区",
# 生日1,修改名字为对应需要显示的名字,如果生日为农历,在最前面加上r即可
"birthday1": {"name": "睿睿", "birthday": "2000-12-28"},
# 生日2
"birthday2": {"name": "睿睿", "birthday": "2000-12-28"},
# 在一起的日子,格式同上,暂不不支持农历
# 目前是认识的日子
"love_date": "2022-08-23",
# 金句中文,如果设置了,则会显示这里的,如果为空,默认会读取金山的每日金句
"note_ch": "",
# 金句英文
"note_en": ""
}