We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6c90e commit 8bf7536Copy full SHA for 8bf7536
index.js
@@ -115,7 +115,7 @@ async function main() {
115
let today = await untils.formatDate(new Date())//获取今天的日期
116
let memorialDay = untils.getDay(config.MEMORIAL_DAY)//获取纪念日天数
117
let str = today + '<br>我们在一起的第' + memorialDay + '天<br>'+ '<br>元气满满的一天开始啦,要开心噢^_^<br>'
118
- + '<br><今日天气><br>' + weather.weatherTips +'<br>' +weather.todayWeather+ '<br>每日一句:<br>'+one+'<br><br>'+'————————来自最爱你的我'
+ + '<br>今日天气<br>' + weather.weatherTips +'<br>' +weather.todayWeather+ '<br>每日一句:<br>'+one+'<br><br>'+'————————最爱你的我'
119
try{
120
logMsg = str
121
await contact.say(str) // 发送消息
0 commit comments