Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sndeok authored Aug 27, 2022
1 parent 176fd30 commit 6bd0047
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions config/index.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
export const config = {
// 公众号配置
// 公众号appId
appId: "",
appId: "wxb652bb41117d511e",
// 公众号appSecret
appSecret: "",
appSecret: "17fc51394750f2b039b9c8ca77e1b637",
// 模板消息id
templateId: "",
templateId: "LN8qG1TxrhHRODK4D4kp2qxrBtUbRr3AGvamSsagTEw",
// 接收公众号消息的微信号,如果有多个,需要在[]里用英文逗号间隔,例如["wx1", "wx2"]
user: [],
user: [oYR7L55gn6fafuDVNu1rxEFbcqXE],

// 信息配置
// 所在省份
province: "广东",
province: "山东",
// 所在城市
city: "惠州",
city: "淄博",
// 生日,修改名字为对应需要显示的名字,如果生日为农历, type为 r
birthdays: [
{"name": "老婆", "year": "1993", "date": "12-27", "type": 'new'},
{"name": "家公", "year": "1993", "date": "08-09", "type": 'new'},
{"name": "老婆", "year": "1993", "date": "12-27", "type": 'new'}
],
// 在一起的日子,格式同上
loveDate: "2015-05-01",
loveDate: "2022-05-016",
// 结婚纪念日
marryDate: "2020-01-04"
}
Expand All @@ -35,4 +34,4 @@ export const config = {
// {{birthday_message.DATA}}

// {{note_en.DATA}}
// {{note_ch.DATA}}
// {{note_ch.DATA}}

0 comments on commit 6bd0047

Please sign in to comment.